diff --git a/config/webpack.common.js b/config/webpack.common.js index b111f6c..b813f40 100644 --- a/config/webpack.common.js +++ b/config/webpack.common.js @@ -64,7 +64,7 @@ module.exports = { // exclude: /node_modules/, // loader: 'babel-loader' }, { - test: /\.ts?$/, + test: /\.ts$/, //exclude: /node_modules/, use: [ {