From 8629c092bdb3b35516c9ebe2dc04c41de0a0d70d Mon Sep 17 00:00:00 2001 From: German Lena Date: Tue, 31 Jan 2017 15:47:55 -0300 Subject: [PATCH] updated babel plugins --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index ec5105e1e..11b2b82ca 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -35,7 +35,7 @@ module.exports = { exclude: path.join(__dirname, 'node_modules'), query: { plugins: ['version-inline', 'transform-css-import-to-string'], - presets: ['es2015-loose', 'stage-0', 'react'] + presets: [ ["es2015", {"loose": true} ], "stage-0", "react"] } }, {