Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Support Plain CSS #23

Description

@regalius

Is your feature request related to a problem? Please describe.
Sometimes we need to import plain CSS without CSS module, for example when using Material UI

Describe the solution you'd like
I like how Create React App implements CSS & CSS module, They use .css for plain CSS and .module.css for CSS module. To do this we need to change the loader for .css and add .module.css into separate loader entry in our webpack configuration.

Additional context
I believe this would be a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions