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 default css chunk naming #1209

Merged
merged 1 commit into from
May 24, 2022
Merged

fix default css chunk naming #1209

merged 1 commit into from
May 24, 2022

Commits on May 24, 2022

  1. fix default css chunk naming

    In #1194 we adjusted the webpack outputPath and made a compensating adjustment to the default JS chunk names so they would still end up in the same place. But we neglected to make a compensating change to the default chunk naming for production CSS chunks.
    
    This caused the chunks to unintentionally move up one level in the directory hierarchy. This doesn't break anything, but it's inconsistent. This PR puts them back inside "assets" like before.
    ef4 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    73d2748 View commit details
    Browse the repository at this point in the history