jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

Remove `babel-preset-es2015` #39

Open jhen0409 opened 8 years ago

jhen0409 commented 8 years ago
kokjinsam commented 7 years ago

Have you done any work on this yet? I got Webpack 2 and RHL 3 working. I can submit a PR if you want.

jhen0409 commented 7 years ago

@sammkj, I'm waiting for webpack@2 to leave beta, but PR is still welcome. :D

Also, I am considering using babili instead of UglifyJS, because uglify not yet supported ES2015+ syntax.