Skip to content

Commit e27aac8

Browse files
committed
Forget to bring css-loader for handling except resourceModule
1 parent 0e638e3 commit e27aac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class VueCssModules {
118118
],
119119
},
120120
{
121-
use: ["style-loader", postCssLoader],
121+
use: ["style-loader", "css-loader", postCssLoader],
122122
},
123123
];
124124

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-mix-vue-css-modules",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "A Laravel Mix extension for css modules support.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)