fix missing plugins instantiation

This commit is contained in:
Sérgio Ramos 2017-02-08 22:25:57 +00:00 committed by Sérgio Ramos
parent ed6282b59e
commit 572d44230c
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ module.exports = {
filename: '[name].js'
},
plugins: [
plugins['no-errors'],
plugins['define'],
plugins['shell']
plugins['no-errors'](),
plugins['define'](),
plugins['shell']()
],
module: {
rules: [{