* commit '2b19da0379cf371bccfc18f940fc929777eea22d': DEC-10748 fix: 打包windows平台兼容
@ -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: {