@vitejs/plugin-vue
Advanced tools
Comparing version 4.2.2 to 4.2.3
@@ -24,3 +24,3 @@ import { ViteDevServer, Plugin } from 'vite'; | ||
isProduction?: boolean; | ||
script?: Partial<Pick<SFCScriptCompileOptions, 'babelParserPlugins'>>; | ||
script?: Partial<Pick<SFCScriptCompileOptions, 'babelParserPlugins' | 'defineModel' | 'propsDestructure' | 'fs' | 'reactivityTransform'>>; | ||
template?: Partial<Pick<SFCTemplateCompileOptions, 'compiler' | 'compilerOptions' | 'preprocessOptions' | 'preprocessCustomRequire' | 'transformAssetUrls'>>; | ||
@@ -27,0 +27,0 @@ style?: Partial<Pick<SFCStyleCompileOptions, 'trim'>>; |
{ | ||
"name": "@vitejs/plugin-vue", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Evan You", |
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
172331