From 36123272450e738a05cff6c8c110e6dc22e21e3a Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 1 Jan 2019 15:44:47 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20babel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.base.config.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build/webpack.base.config.js b/build/webpack.base.config.js index 493eedf0..8ae05741 100644 --- a/build/webpack.base.config.js +++ b/build/webpack.base.config.js @@ -17,7 +17,14 @@ module.exports = { { test: /\.js$/, loader: 'babel-loader', - exclude: /node_modules/ + exclude: /node_modules/, + query: { + plugins: [ + 'syntax-dynamic-import', + 'transform-decorators-legacy', + 'transform-class-properties' + ] + } }, { test: /\.gif$/,