Browse Source

Update webpack.common.js

tripeur 4 năm trước cách đây
mục cha
commit
961f5b9986
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      webpack.common.js

+ 0 - 8
webpack.common.js

@@ -12,14 +12,6 @@ module.exports = {
         use: 'ts-loader',
         exclude: /node_modules/,
       },
-      {
-        test: /\.tsx?$/,
-        loader: 'minify-template-literal-loader',
-        options: {
-          caseSensitive: true,
-          collapseWhitespace: true
-        }
-      },
     ],
   },
   resolve: {