Explorar o código

reverting babel change

Peter Holmberg %!s(int64=7) %!d(string=hai) anos
pai
achega
16d4109599
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: [
           {