Closed
Description
Feature Proposal
We have two imports ES6 and It looks smarter when resolving some imports will be work in the following automatic way:
import styles from 'someFiles.css'
as css-module
import 'someFiles2.css'
as default import (without css-module-specification)
Feature Use Case
The main idea is simplifying webpack config and avoiding misunderstanding in mixed project (when we have some files as css-modules and some-files as default-css).
Is implementing of this possible?