Workable fork to make it work with IE8.
- It does not use loose mode
- It does not include the ES3 plugins and thus creates
{default:...}
instead of{'default':...}
- It uses
Object.defineProperty
for multiple exports
- "es2015-loose" preset
- "transform-es3-member-expression-literals" and "transform-es3-property-literals" plugins
- The
ES2015 modules to CommonJS
transform is buggy and ignores the loose option and always creates exports by using Object.definePropertry
Use Babel 5 for compilation
Since this repo is going to be required as a github dependency, we include the lib folder with the compiled assets as well.
- make changes to code
$ npm run build
- commit and push compiled assets