No more "Holy Sxxt!!" when writting ES5/ES6
npm i
npm run build # generates dist/es5-shim.min.jsRewrites the whole file of es5-shim/es5-shim.js with CommonJS.
- Minified: 14,315 byte / 13,893 byte (3% saved!)
- Gzipped: 5,272 byte / 4,336 byte (17.8% saved!)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request