Closed meteorlxy closed 6 months ago
@Mister-Hope - It seems that the current ?module
usage is not working in webpack. Could you help to take a look?
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
packages/bundler-webpack/src/config/handleModuleStyles.ts | 0 | 3 | 0.0% | ||
<!-- | Total: | 0 | 3 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 9112585623: | 0.1% |
Covered Lines: | 688 |
Relevant Lines: | 1710 |
Before submitting the PR, please make sure you do the following
close #123
).What is the purpose of this pull request?
Description
Closes #1557
BREAKING CHANGE: For webpack bundler, css-modules will be enabled for
*.module.[ext]
files. The previous*.[ext]?module
usage is no longer supported.