@vanilla-extract/integration
Advanced tools
Comparing version 1.4.1 to 1.4.2
# @vanilla-extract/integration | ||
## 1.4.2 | ||
### Patch Changes | ||
- [#393](https://github.com/seek-oss/vanilla-extract/pull/393) [`2f379f1`](https://github.com/seek-oss/vanilla-extract/commit/2f379f118c2a2fe6dc08a1cc15a395dbc0f17ece) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix compilation errors in Vite 2.6 | ||
## 1.4.1 | ||
@@ -4,0 +10,0 @@ |
@@ -241,3 +241,5 @@ 'use strict'; | ||
const cssFileFilter = /\.css\.(js|mjs|jsx|ts|tsx)$/; | ||
// Vite adds a "?used" to CSS files it detects, this isn't relevant for | ||
// .css.ts files but it's added anyway so we need to allow for it in the file match | ||
const cssFileFilter = /\.css\.(js|mjs|jsx|ts|tsx)(\?used)?$/; | ||
const virtualCssFileFilter = /\.vanilla\.css\?source=.*$/; | ||
@@ -244,0 +246,0 @@ |
@@ -241,3 +241,5 @@ 'use strict'; | ||
const cssFileFilter = /\.css\.(js|mjs|jsx|ts|tsx)$/; | ||
// Vite adds a "?used" to CSS files it detects, this isn't relevant for | ||
// .css.ts files but it's added anyway so we need to allow for it in the file match | ||
const cssFileFilter = /\.css\.(js|mjs|jsx|ts|tsx)(\?used)?$/; | ||
const virtualCssFileFilter = /\.vanilla\.css\?source=.*$/; | ||
@@ -244,0 +246,0 @@ |
{ | ||
"name": "@vanilla-extract/integration", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Zero-runtime Stylesheets-in-TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/vanilla-extract-integration.cjs.js", |
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
31500
657