Просмотр исходного кода

HUE-9370 [editor] Fix npm webworker bundle generation

Johan Ahlen 5 лет назад
Родитель
Сommit
c8a0a031cc
1 измененных файлов с 1 добавлено и 2 удалено
  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'] }
+      }
     ]
   },