Преглед изворни кода

HUE-9370 [editor] Fix npm webworker bundle generation

Johan Ahlen пре 5 година
родитељ
комит
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'] }
+      }
     ]
   },