From fe811543b242b161834215332dfd1999e4229a40 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 4 Jan 2019 20:30:52 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BF=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD=20"componen?= =?UTF-8?q?t"=20=D1=83=20babel-loader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.base.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.base.config.js b/build/webpack.base.config.js index 49694536..f3014e80 100644 --- a/build/webpack.base.config.js +++ b/build/webpack.base.config.js @@ -25,7 +25,7 @@ module.exports = { 'syntax-dynamic-import', 'transform-decorators-legacy', 'transform-class-properties', - ["component", { "libraryName": "element-ui", "styleLibraryName": `~${clientDir}/theme` } ] +// ["component", { "libraryName": "element-ui", "styleLibraryName": `~${clientDir}/theme` } ] ] } },