-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom webpack configuration #174
Comments
👍🏻 |
Same Problem here. |
I got a similar problem and solved it by installing the missing dependencies which in your case would be |
I used https://github.com/dutiyesh/chrome-extension-cli and installed https://github.com/Richienb/node-polyfill-webpack-plugin and that fixed the polyfill problem. |
I do see the same problem, unable to have a custom webpack config |
I'm trying to use
ejs
in my content script but getting an error related to using webpack 5. The solution it says is to add a polyfill to webpack.config.js. But I can't figure out how to do this usingextension-cli
as the config file is not generated and looking at the gulpfile it seems there's no simple way to add one.The error output is
So it looks like I just need to have a config file with the following...
Is there currently a way to do this?
The text was updated successfully, but these errors were encountered: