windicss-webpack-plugin
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -7,5 +7,12 @@ ### Changelog | ||
#### [1.5.3](https://github.com/windicss/windicss-webpack-plugin/compare/1.5.2...1.5.3) | ||
- fix: aggressive css block transforms [`5f247d6`](https://github.com/windicss/windicss-webpack-plugin/commit/5f247d61a85566461c94495d31edf0da00cf3794) | ||
#### [1.5.2](https://github.com/windicss/windicss-webpack-plugin/compare/1.5.1...1.5.2) | ||
> 26 October 2021 | ||
- fix(css): safer transformCSS logic [`aa6df30`](https://github.com/windicss/windicss-webpack-plugin/commit/aa6df30d355d9d6abe841e8783999f2f6e1f99f9) | ||
- Release 1.5.2 [`f9ceb97`](https://github.com/windicss/windicss-webpack-plugin/commit/f9ceb9761a4be739152aa75bb50d2da78499d761) | ||
- chore(pkg): rename main branch [`c8ec0be`](https://github.com/windicss/windicss-webpack-plugin/commit/c8ec0beef106f778e9ed8a1ac3e82261ccec6481) | ||
@@ -12,0 +19,0 @@ |
@@ -41,3 +41,3 @@ "use strict"; | ||
try { | ||
const templateWithTransformedCSS = source.replace(/<style(.*?)>(.*)<\/style>/gms, (match, meta, css) => { | ||
const templateWithTransformedCSS = source.replace(/<style(.*?)>(.*?)<\/style>/gms, (match, meta, css) => { | ||
if (meta.includes("sass") || meta.includes("stylus") || meta.includes("less")) { | ||
@@ -44,0 +44,0 @@ _debug.default.loader("Template has unsupported block, skipping resource", this.resource); |
{ | ||
"name": "windicss-webpack-plugin", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
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
65380