-
-
Notifications
You must be signed in to change notification settings - Fork 326
Improve assets handling #3011
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
Improve assets handling #3011
Conversation
🦋 Changeset detectedLatest commit: b00f8fb The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| rollupPluginHTML({ | ||
| input: { html: await generateIframeHtml(options), name: 'iframe.html' }, | ||
| extractAssets: true, | ||
| bundleAssetsFromCss: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I can't make a release of storybook-builder in this PR, because it's unrelated, but due to tight coupling in the monorepo, I had to remove this option in here to prevent TS errors
therefore I'll make sure to create a follow-up PR to update the storybook-builder right after this PR is merged and 3.x.x is released
26e4e0d to
a07c36e
Compare
051ad6e to
72ea214
Compare
Closes #2152
What I did
See MIGRATION.md for migration notes.