Bootstrap application's module tree by build type. Included is also an example of a global config to display the difference in output.
npm run build -- --env=(development|production)
Default builds are done in development mode. If build type production
is used (-- --BUILD=production
, note --
prefix) code will be minified and uglified, including inlined Webpack manifest.
npm run serve -- --env=(development|production)