-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Examples: Fix build on master #9759
Conversation
@shilman the changes in the lockfile shouldn't affect users. The snapshots & typings issues are just caused by a minor version bumps of some deps. The removal of the MiniCSSExtract plugin I did, because I'm tired of that thing breaking. |
This will make it so the examples on netlify start working |
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.
N/A
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.
Is removing the CSS minification actually necessary to get this working? If not, can you put it in separate PR? That's a user-facing change on master
@shilman I was not able to get it working without disabling the CSSMinificationPlugin :( |
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.
👍
--Edit-- Disregard, my issue was due to not importing a global scss file in
|
Issue: https://app.netlify.com/sites/storybookjs/deploys/5e3a8b3054f52300084af24c
The examples aren't building on master, because of some version mismatch with MiniCssExtractPlugin & cra.
What I did