electron-userland / electron-webpack-quick-start

A bare minimum project structure to get started developing with electron-webpack.
https://webpack.electron.build/
730 stars 258 forks source link

Custom webpack config gets into infinite loop #90

Closed pdkovacs closed 3 years ago

pdkovacs commented 3 years ago
webpack --mode development --debug --config custom.webpack.additions.js

never finishes and stack trace indicates that resolving electron-webpack/webpack.renderer.config.js recursively calls the custom webpack configurer:

image

pdkovacs commented 3 years ago

Sorry, wrong repo! Closing in favour of https://github.com/electron-userland/electron-webpack/issues/436 in the upstream.