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

fix: css out of order in a production build #38

Merged
merged 1 commit into from
Dec 22, 2019
Merged

Commits on Dec 21, 2019

  1. fix: css out of order in a production build

    The "sideEffects" property in package.json improves webpack treeshaking. However that causes the out-of-order CSS we were seeing in production builds. We may enable again once the bug is fixed.
    For more context see webpack/webpack#7094 and webpack-contrib/mini-css-extract-plugin#202.
    satazor committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    c5d6c90 View commit details
    Browse the repository at this point in the history