windicss-webpack-plugin
Advanced tools
Comparing version 0.6.0-3 to 0.6.0-4
@@ -20,7 +20,3 @@ "use strict"; | ||
// @todo validate options | ||
this.options = { | ||
transformCSS: true, | ||
transformGroups: true, | ||
...options, | ||
}; | ||
this.options = Object.assign({ transformCSS: true, transformGroups: true }, options); | ||
} | ||
@@ -39,6 +35,3 @@ apply(compiler) { | ||
// setup alias | ||
compiler.options.resolve.alias = { | ||
...compiler.options.resolve.alias, | ||
[constants_1.MODULE_ID]: upath_1.resolve(compiler.context, virtualModulePath), | ||
}; | ||
compiler.options.resolve.alias = Object.assign(Object.assign({}, compiler.options.resolve.alias), { [constants_1.MODULE_ID]: upath_1.resolve(compiler.context, virtualModulePath) }); | ||
debug_1.default.plugin('options', this.options); | ||
@@ -45,0 +38,0 @@ /* |
{ | ||
"name": "windicss-webpack-plugin", | ||
"version": "0.6.0-3", | ||
"version": "0.6.0-4", | ||
"license": "MIT", | ||
@@ -43,3 +43,3 @@ "author": { | ||
"dependencies": { | ||
"@windicss/plugin-utils": "0.16.0-beta.15", | ||
"@windicss/plugin-utils": "0.16.0-beta.22", | ||
"debug": "^4.3.1", | ||
@@ -49,4 +49,4 @@ "loader-utils": "^2.0.0", | ||
"upath": "^2.0.1", | ||
"webpack-virtual-modules": "^0.4.2", | ||
"windicss": "3.0.0-beta.13" | ||
"webpack-virtual-modules": "^0.4.3", | ||
"windicss": "3.0.9" | ||
}, | ||
@@ -53,0 +53,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28449
513
+ Added@antfu/utils@0.1.7(transitive)
+ Added@windicss/plugin-utils@0.16.0-beta.22(transitive)
+ Addedwindicss@3.0.9(transitive)
- Removed@windicss/plugin-utils@0.16.0-beta.15(transitive)
- Removedwindicss@3.0.0-beta.13(transitive)
Updatedwindicss@3.0.9