From 572d44230c1f8cedfb4f50d578d9f9dd8cbb62f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Wed, 8 Feb 2017 22:25:57 +0000 Subject: [PATCH] fix missing plugins instantiation --- frontend/webpack/base.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/webpack/base.js b/frontend/webpack/base.js index 9074cd78..188e1000 100644 --- a/frontend/webpack/base.js +++ b/frontend/webpack/base.js @@ -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: [{