Add basic username completion.

We need to get users into the store, though.
This commit is contained in:
Roger Braun 2016-11-30 13:39:17 +01:00
parent 9681bb7bfd
commit e1d6174689
5 changed files with 93 additions and 2 deletions

View file

@ -56,7 +56,7 @@ module.exports = {
test: /\.js$/,
loader: 'babel',
include: projectRoot,
exclude: /node_modules/
exclude: /node_modules\/(?!tributejs)/
},
{
test: /\.json$/,