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

0.10.0-beta.12 release: disabled `Critical dependency` webpack error

sanex3339 пре 7 година
родитељ
комит
8203e04735
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      webpack.config.js

+ 1 - 0
webpack.config.js

@@ -43,6 +43,7 @@ module.exports = {
     target: 'node',
     externals: [nodeExternals()],
     module: {
+        exprContextCritical: false,
         rules: [
             {
                 enforce: 'pre',