Skip to content

Disable Async Chunking #41

@dtothefp

Description

@dtothefp

This may be an anti-pattern to what mini-css-extract-plugin is trying to accomplish but I'm migrating from Webpack v2 to Webpack v4 in a large React application with many async routes containing CSS modules and extract-text-plugin is not working correctly. mini-css-extract-plugin works well but async chunking causes some page load animations, etc. to break because previously all of the CSS was loaded in a single bundle.

I'm wondering if there is an option for the plugin that I can disable CSS chunking until my team has time to address considerations associated with CSS chunking?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions