Browse Source

reverting babel change

Peter Holmberg 7 years ago
parent
commit
16d4109599
1 changed files with 1 additions and 1 deletions
  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: [
           {