Skip to content

Commit

Permalink
Forget to bring css-loader for handling except resourceModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslam97 committed Oct 28, 2020
1 parent 0e638e3 commit e27aac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class VueCssModules {
],
},
{
use: ["style-loader", postCssLoader],
use: ["style-loader", "css-loader", postCssLoader],
},
];

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-mix-vue-css-modules",
"version": "2.1.2",
"version": "2.1.3",
"description": "A Laravel Mix extension for css modules support.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e27aac8

Please sign in to comment.