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

Core: Fix static build with DLL #10377

Merged
merged 11 commits into from
Apr 15, 2020
Merged

Core: Fix static build with DLL #10377

merged 11 commits into from
Apr 15, 2020

Conversation

ndelangen
Copy link
Member

Issue: #10281 #9938 #10221 #10234

What I did

I found a problem where the DLL files wasn't used in static builds of storybook.

I enabled them.

This makes building storybook much faster (2x faster on my machine) and brings IE11 compatibility.

@ndelangen ndelangen added the bug label Apr 10, 2020
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

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

Seems like some unrelated code got added, tho maybe I'm misunderstanding?

lib/channel-postmessage/src/index.ts Outdated Show resolved Hide resolved
@shilman shilman added this to the 6.0 milestone Apr 11, 2020
@ndelangen ndelangen requested a review from shilman April 15, 2020 08:38
Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

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

LGTM!

@shilman shilman changed the title FIX static build with DLL Core: Fix static build with DLL Apr 15, 2020
@shilman shilman merged commit 1699266 into next Apr 15, 2020
@shilman shilman deleted the fix/dll-static-build branch April 15, 2020 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants