Webpack
Create a new Electron app with Webpack
Last updated
Was this helpful?
Create a new Electron app with Webpack
Last updated
Was this helpful?
To get you up and running as fast as possible with the bundler, we provide a template that makes use of the , plus some preset webpack configuration options. This is by far the quickest way to getting a working webpack setup with Electron.
Once you've initialized the template, you'll need to run npm start
in the generated directory. See the documentation for Electron Forge-specific configuration options.