vite-plugin-style-to-vw
Advanced tools
Comparing version 1.8.0 to 1.8.1
{ | ||
"name": "vite-plugin-style-to-vw", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "一个可以将签内样式px转换vw的plugin", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -185,3 +185,4 @@ import type { IdefaultsProp } from './index.d' | ||
try { | ||
extraOptions = await import('./file.json') | ||
const json = await import('./file.json') | ||
extraOptions = json.default | ||
} catch (error) { | ||
@@ -188,0 +189,0 @@ } |
Sorry, the diff of this file is not supported yet
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
27021
271