We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tried config.externals.rules.push() but got an error.
config.externals.rules.push()
basically trying to add externals to the webpack config to get Electron working.
externals
following this https://stackoverflow.com/questions/34427446/bundle-error-using-webpack-for-electron-application-cannot-resolve-module-elec
The text was updated successfully, but these errors were encountered:
AFAIK there is no need to have multiple webpack builds for electron. I would look to use another project more suited for electron.
Sorry, something went wrong.
No branches or pull requests
tried
config.externals.rules.push()
but got an error.basically trying to add
externals
to the webpack config to get Electron working.following this
https://stackoverflow.com/questions/34427446/bundle-error-using-webpack-for-electron-application-cannot-resolve-module-elec
The text was updated successfully, but these errors were encountered: