-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow specifying babel config from addon #133
Comments
Just discovered that there's the same issue with rollup. |
Actually - it looks like the |
I've made some commits in my fork that fixes the issues with es6: https://github.com/anlumo/ember-service-worker/commits/master They're not ready for contributing upstream, but they do show where the screws have to be replaced. The broccoli-uglify-sourcemap update is pretty important. |
@anlumo You should check the latest master - there are a bunch of dependency updates that were completed in the last few days. Would love to hear how this works for you as a beta prior to releasing a next version. |
@anlumo Following up on this again. I'm still pretty sure that the transpile here shouldn't affect your application level files, but would love confirmation. Could you confirm and test with the latest version? |
_babelTranspile
in lib/service-worker-builder.js specifies its own babel config. Unfortunately, my configuration is very different (for example, I need the syntax-object-rest-spread plugin). I don't see a way to adjust this configuration from the outside.The text was updated successfully, but these errors were encountered: