Description
when I run broswer extension demo, it failed because of lacking of polyfill
Steps to Reproduce
Reproduce Steps
- eko-cli init browser-extension-demo
- cd browser-extension-demo
- pnpm install
- pnpm run watch
Failed with following error
Possible Solution
- install browserify as dev-deps
- add fallback on webpack config
Expected Behavior
Should not fail when running watch command
Environment
broswer extension
Additional Context
No response