From 2b19da0379cf371bccfc18f940fc929777eea22d Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 30 Oct 2019 10:01:03 +0800 Subject: [PATCH] =?UTF-8?q?DEC-10748=20fix:=20=E6=89=93=E5=8C=85windows?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index c51b2d88a..ba70b5573 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -38,7 +38,7 @@ module.exports = { { test: /\.(js|ts)$/, include: [dirs.NODE_MODULES, dirs.PRIVATE, dirs.TYPESCRIPT], - exclude: /node_modules\/core-js/, + exclude: /node_modules(\/|\\)core-js/, use: [{ loader: "babel-loader", options: {