@vanilla-extract/integration
Advanced tools
Comparing version 1.4.0 to 1.4.1
# @vanilla-extract/integration | ||
## 1.4.1 | ||
### Patch Changes | ||
- [#389](https://github.com/seek-oss/vanilla-extract/pull/389) [`23d2757`](https://github.com/seek-oss/vanilla-extract/commit/23d275794d38f01049b824e3e000fb1bb2411717) Thanks [@aulneau](https://github.com/aulneau)! - This update adds `mjs` to the file `*.css.*` regex, enabling better support for ESM packages/files. | ||
## 1.4.0 | ||
@@ -4,0 +10,0 @@ |
@@ -241,3 +241,3 @@ 'use strict'; | ||
const cssFileFilter = /\.css\.(js|jsx|ts|tsx)$/; | ||
const cssFileFilter = /\.css\.(js|mjs|jsx|ts|tsx)$/; | ||
const virtualCssFileFilter = /\.vanilla\.css\?source=.*$/; | ||
@@ -244,0 +244,0 @@ |
@@ -241,3 +241,3 @@ 'use strict'; | ||
const cssFileFilter = /\.css\.(js|jsx|ts|tsx)$/; | ||
const cssFileFilter = /\.css\.(js|mjs|jsx|ts|tsx)$/; | ||
const virtualCssFileFilter = /\.vanilla\.css\?source=.*$/; | ||
@@ -244,0 +244,0 @@ |
{ | ||
"name": "@vanilla-extract/integration", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"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
30878