dutiyesh / dutiyesh/chrome-extension-cli
Polyfills Missing - Leading to Manually Adding
Open
- Dominant language
- JavaScript
- Stars
- 2.5k
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
In the `webpack.config.js` file, some lines of code are missing:
```
resolve: {
fallback: {
"path": require.resolve("path-browserify"),
"os": require.resolve("os-browserify/browser"),
"crypto": require.resolve("crypto-browserify"),
"timers": require.resolve('timers-browserify') ,
"buffer": require.resolve("buffer/"),
"stream": require.resolve("stream-browserify")
}
},
```
I had to manually add these in when I ran `npm run watch` and the errors started showing.
Is it possible for you to add these in the future?
Contributor guide
Assessment
This issue has not been assessed yet.