Sfoglia il codice sorgente

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

sanex3339 7 anni fa
parent
commit
8203e04735
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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',