railsware / bozon

🛠 Command line tool for building, testing and publishing modern Electron applications
MIT License
758 stars 52 forks source link

Webpack config: is there a way to add more than two section(renderer,main) in the webpack.config.js? #61

Closed umutc closed 4 years ago

umutc commented 4 years ago

Hello I need to add more than two section to the web pack config please help,

webpack.config.js

module.exports = {
  externals: ['electron', 'electron-store'],
  renderer: { ... },
  main: { ... },
  another: { ... }
  ...
};
alchaplinsky commented 4 years ago

Well, you can easily add as many sections as you need into webpack.config.js generated by bozon