feat: dashboard permissions are working

This commit is contained in:
Torkel Ödegaard
2018-09-14 07:47:33 +02:00
parent c7fdea1dfb
commit 7bb0109261
17 changed files with 117 additions and 620 deletions

View File

@ -24,6 +24,9 @@ module.exports = {
path.resolve('node_modules')
],
},
stats: {
warningsFilter: /export .* was not found in/
},
node: {
fs: 'empty',
},