@senojs/rollup-plugin-style-inject
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.2](https://github.com/senoteam/vite-plugin/compare/@senojs/rollup-plugin-style-inject@0.2.1...@senojs/rollup-plugin-style-inject@0.2.2) (2022-12-21) | ||
### Bug Fixes | ||
* 🐞 `\a0` conversion error ([53ebe28](https://github.com/senoteam/vite-plugin/commit/53ebe280b41f1530661a29fe9863248c1c3b9db1)) | ||
## [0.2.1](https://github.com/senoteam/vite-plugin/compare/@senojs/rollup-plugin-style-inject@0.2.0...@senojs/rollup-plugin-style-inject@0.2.1) (2022-12-08) | ||
@@ -8,0 +19,0 @@ |
@@ -40,3 +40,3 @@ import path from 'node:path' | ||
.replace(/\\(\d+)/g, '0o$1') | ||
const injections = `injectStyle(\`${cssString}\`, '${insertAt}')` | ||
const injections = `injectStyle(${JSON.stringify(cssString)}, '${insertAt}')` | ||
return { code: code + injections, map: null } | ||
@@ -43,0 +43,0 @@ } |
{ | ||
"name": "@senojs/rollup-plugin-style-inject", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "rollup-plugin-style-inject", | ||
@@ -32,3 +32,3 @@ "type": "module", | ||
}, | ||
"gitHead": "132f7b5998d6d07222d06ca748f0e27021e0e7bf" | ||
"gitHead": "3bd4a94fbacbf313f79fcc74b70ec0c51a043d89" | ||
} |
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
5240