hide warning from AST package

pull/3535/head
bunsenstraat 2 years ago
parent ee31bc06b6
commit 09c2ecee0b
  1. 2
      apps/remix-ide/webpack.config.js

@ -77,7 +77,7 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
enforce: "pre"
})
config.ignoreWarnings = [/Failed to parse source map/] // ignore source-map-loader warnings
config.ignoreWarnings = [/Failed to parse source map/, /require function/ ] // ignore source-map-loader warnings & AST warnings
// set minimizer
config.optimization.minimizer = [

Loading…
Cancel
Save