windicss-webpack-plugin
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -21,2 +21,3 @@ "use strict"; | ||
if (pitcherLoaderIndex !== -1) this.loaders.splice(pitcherLoaderIndex, 1); | ||
if (remainingRequest.includes("&type=custom")) return; | ||
if (!remainingRequest.includes("&type=style")) return; | ||
@@ -23,0 +24,0 @@ let newTemplateLoaderIndex = this.loaders.findIndex(postCSSLoader); |
{ | ||
"name": "windicss-webpack-plugin", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"license": "MIT", | ||
@@ -95,5 +95,4 @@ "author": { | ||
"vue-template-compiler": "^2.6.14", | ||
"webpack": "^4.46.0", | ||
"webpack5": "npm:webpack@^5.0.0" | ||
"webpack": "^4.46.0" | ||
} | ||
} |
34763
36
724