Skip to content

Commit 8611508

Browse files
committed
update
1 parent 496096d commit 8611508

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/hotCases/css/export-type/webpack.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ module.exports = {
1616
},
1717
{
1818
test: /stylesheet\.css$/,
19-
type: "css/module"
19+
type: "css/module",
20+
parser: {
21+
exportType: "css-style-sheet"
22+
}
2023
}
2124
]
2225
},

0 commit comments

Comments
 (0)