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

Observe modified output options in bundle.write #2802

Merged
merged 1 commit into from Apr 10, 2019

Conversation

lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:
resolves #2801

Description

When checking if file or dir had been passed in bundle.write, Rollup did not use the normalized output options that had been run through the outputOptions hook but the raw output options.

@lukastaegert lukastaegert merged commit 351cf69 into master Apr 10, 2019
@lukastaegert lukastaegert deleted the gh-2801-modify-output-options-bundle-write branch April 10, 2019 06:24
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.

outputOptions hook does not allow to switch dir and file
1 participant