Jelajahi Sumber

HUE-9370 [editor] Fix npm webworker bundle generation

Johan Ahlen 5 tahun lalu
induk
melakukan
c8a0a031cc
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      webpack.config.workers.js

+ 1 - 2
webpack.config.workers.js

@@ -66,8 +66,7 @@ module.exports = {
         test: /\.jsx?$/,
         exclude: /node_modules/,
         loader: 'babel-loader'
-      },
-      { include: /\.json$/, loaders: ['json-loader'] }
+      }
     ]
   },