1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

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

View File

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