Common script to use with the projects:
// rebuild the package after you add new dependencies library
yarn build:dll
// run development mode
yarn start
// generate build folder
yarn run build
// analyze the package loading
// Then open: https://chrisbateman.github.io/webpack-visualizer/ or http://webpack.github.io/analyse/
// in your browser and upload the stats.json file to analyze the issues.
yarn run analyze
// create the desktop installer
yarn run pack