| .. | ||
| v1 | ||
| v2 | ||
| v3 | ||
| package.json | ||
| README.md | ||
Steps to Rebuild
- make changes to files within v1, v2, v3,... folders (update package.json if you add more folders/versions)
- run
yarnto install webpack & babel - run
yarn run pack - also go rebuild bundles in ../sourcemaps-reload-compressed/
There are two distinct source folders as their package.json file is different. They use different webpack/babel versions. This also allows to detect the webpack version from webpack.config.js and use different settings in order to compress or not.