Skip to content
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

Update rollup output export options to 1.0+ syntax #151

Merged
merged 1 commit into from Apr 12, 2019

Conversation

minusfive
Copy link
Contributor

https://github.com/DockYard/ember-service-worker/blob/master/lib/service-worker-builder.js#L107 emmits the following Rollup deprecation notice:

The following options have been renamed — please update your config: exports -> output.exports

Because Rollup moved the options.exports to options.output.exports on 1.0, as stated on this PR: rollup/rollup#2293.

Moving the exports setting accordingly removes the warning.

I did not think new/modified tests were necessary for this change (?).

Copy link
Contributor

@eshtadc eshtadc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @minusfive

@eshtadc eshtadc merged commit 4f97960 into DockYard:master Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants