From aa1f71c4bd21e448a2b5910be58097f2bc75502e Mon Sep 17 00:00:00 2001 From: luckyadam Date: Thu, 4 Apr 2019 10:56:00 +0800 Subject: [PATCH] =?UTF-8?q?chore(components):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-components/webpack.prod.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro-components/webpack.prod.config.js b/packages/taro-components/webpack.prod.config.js index 791898c8df5c..d6f966548b60 100644 --- a/packages/taro-components/webpack.prod.config.js +++ b/packages/taro-components/webpack.prod.config.js @@ -41,9 +41,9 @@ module.exports = { 'pragma': 'Nerv.createElement' } ], + ["@babel/plugin-proposal-decorators", { "legacy": true }], ['@babel/plugin-proposal-class-properties'], ['@babel/plugin-proposal-object-rest-spread'], - ["@babel/plugin-proposal-decorators", { "legacy": true }] ] } }]/*, 'eslint-loader' */