dutiyesh / dutiyesh/chrome-extension-cli

Polyfills Missing - Leading to Manually Adding

Open
#57 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.