This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Replies: 1 comment
-
Ganache is already webpacked, and I wouldn't try webpacking Ganache again, it will get complicated due to all the native dependencies. You can try to use the web version, which has all native dependencies removed We also ship @ganache/core, which isn't already webpacked. To webpack yourself you'll probably want to take inspiration from https://github.com/trufflesuite/ganache/tree/develop/src/packages/ganache/webpack. I don't think this is a Ganache issue; do you mind if I move convert this to a GitHub Discussion? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a bigger project and wanted to use Ganache but I had issues with getting this to work. So I tried creating a minimal project and it looks like it fails with the same errors:
package.json
webpack.config.js
index.js (taken from one of ganache examples, no changes)
After running build command
npm run build
i get following errors:Beta Was this translation helpful? Give feedback.
All reactions