Skip to content

Instantly share code, notes, and snippets.

@nestorbonilla
Created May 17, 2022 03:24
Show Gist options
  • Save nestorbonilla/505f1cfbce73f868c6dc028833bdbd2b to your computer and use it in GitHub Desktop.
Save nestorbonilla/505f1cfbce73f868c6dc028833bdbd2b to your computer and use it in GitHub Desktop.
configuration for contractkit 2.0.0
module.exports = {
future: {
webpack5: true,
},
webpack:(config) => {
config.resolve.fallback = {
...config.resolve.fallback,
fs: false,
net: false
};
return config;
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment