Skip to content

Commit

Permalink
resolve util
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther committed Apr 24, 2023
1 parent 904727d commit 08834fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ module.exports = (webpackEnv) => {
resolve: {
alias: {
'@solidity-parser/parser': '@solidity-parser/parser/dist/index.iife.js'
},
fallback: {
util: require.resolve('util')
}
},

Expand Down

0 comments on commit 08834fe

Please sign in to comment.