@vitejs/plugin-vue-jsx
Advanced tools
Comparing version 1.2.0 to 1.3.0-beta.0
@@ -0,1 +1,5 @@ | ||
# [1.3.0-beta.0](https://github.com/vitejs/vite/compare/plugin-vue-jsx@1.2.0...plugin-vue-jsx@1.3.0-beta.0) (2021-10-28) | ||
# [1.2.0](https://github.com/vitejs/vite/compare/plugin-vue-jsx@1.1.8...plugin-vue-jsx@1.2.0) (2021-09-29) | ||
@@ -2,0 +6,0 @@ |
@@ -83,3 +83,4 @@ // @ts-check | ||
transform(code, id, ssr) { | ||
transform(code, id, opt) { | ||
const ssr = typeof opt === 'boolean' ? opt : (opt && opt.ssr) === true | ||
const { | ||
@@ -86,0 +87,0 @@ include, |
{ | ||
"name": "@vitejs/plugin-vue-jsx", | ||
"version": "1.2.0", | ||
"version": "1.3.0-beta.0", | ||
"license": "MIT", | ||
@@ -33,5 +33,5 @@ "author": "Evan You", | ||
"@rollup/pluginutils": "^4.1.1", | ||
"@vue/babel-plugin-jsx": "^1.0.7", | ||
"@vue/babel-plugin-jsx": "^1.1.0", | ||
"hash-sum": "^2.0.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
17538
262
2
Updated@vue/babel-plugin-jsx@^1.1.0