Browse Source

reverting babel change

Peter Holmberg 7 năm trước cách đây
mục cha
commit
16d4109599
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/webpack/webpack.hot.js

+ 1 - 1
scripts/webpack/webpack.hot.js

@@ -44,7 +44,7 @@ module.exports = merge(common, {
   module: {
     rules: [
       {
-        test: /(?!.*\.test)\.(ts|tsx)$/,
+        test: /\.tsx?$/,
         exclude: /node_modules/,
         use: [
           {