Skip to content
Adam Modras edited this page Aug 14, 2018 · 1 revision

Potential Issues to be watchful of


Steps to take if Webpack config file is not created:

  1. Ensure only root directory folder is dropped into Bundle Bee
  2. Make sure there is a ./src/index.js file within the root directory
  3. Ensure all node-modules have been properly installed
  4. Ensure that Electron has been installed globally by running npm install -g electron

Steps to take if Parcel config file is not created:

  1. Contact ParcelJS and ask them to fix it

Steps to take if Rollup config file is not created: