Merge pull request #3535 from ethereum/fixwarning

hide warning from AST package
pull/3532/head
bunsenstraat 2 years ago committed by GitHub
commit 78439ceea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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