Add basic username completion.
We need to get users into the store, though.
This commit is contained in:
parent
9681bb7bfd
commit
e1d6174689
5 changed files with 93 additions and 2 deletions
|
@ -56,7 +56,7 @@ module.exports = {
|
|||
test: /\.js$/,
|
||||
loader: 'babel',
|
||||
include: projectRoot,
|
||||
exclude: /node_modules/
|
||||
exclude: /node_modules\/(?!tributejs)/
|
||||
},
|
||||
{
|
||||
test: /\.json$/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue