Browse Source

HUE-9370 [editor] Fix npm webworker bundle generation

Johan Ahlen 5 năm trước cách đây
mục cha
commit
c8a0a031cc
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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'] }
+      }
     ]
   },