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: Disable postcss warning, add main.js features setting #14478

Merged
merged 2 commits into from Apr 5, 2021

Conversation

shilman
Copy link
Member

@shilman shilman commented Apr 5, 2021

Issue: #14440

What I did

  • Added a features.postcss field for main.js; setting it false disables postcss deprecation warning
  • Updated documentation

self-merging @ndelangen

How to test

cd examples/react-ts
yarn storybook
# observe deprecation warning
# update main.js to add `features: { postcss: false }`
yarn storybook
# observe no deprecation warning

@shilman shilman added maintenance User-facing maintenance tasks core labels Apr 5, 2021
@shilman shilman added this to the 6.2 stabilization milestone Apr 5, 2021
@shilman shilman merged commit f5edcf7 into next Apr 5, 2021
@shilman shilman deleted the 14440-disable-postcss-warning branch April 5, 2021 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant