react-chrome-extension-boilerplate icon indicating copy to clipboard operation
react-chrome-extension-boilerplate copied to clipboard

Remove `babel-preset-es2015`

Open jhen0409 opened this issue 8 years ago • 2 comments

  • This boilerplate is only for Chrome Extension, so we can just following ES2015 compatible syntax of Google Chrome.
  • The Webpack@2 is supported ES2015 import/export transform, we can remove babel-preset-es2015 in Webpack build.

Waiting

  • [x] Webpack@2 stable released
  • [ ] UglifyJS2 supported ES2015 syntax (harmony branch)

jhen0409 avatar May 06 '16 18:05 jhen0409

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

kokjinsam avatar Oct 19 '16 20:10 kokjinsam

@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.

jhen0409 avatar Oct 20 '16 13:10 jhen0409