@vitejs/plugin-vue-jsx
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-beta.0
@@ -1,4 +0,3 @@ | ||
import { Plugin } from 'vite'; | ||
import { FilterPattern, Plugin } from 'vite'; | ||
import { VueJSXPluginOptions } from '@vue/babel-plugin-jsx'; | ||
import { FilterPattern } from '@rollup/pluginutils'; | ||
@@ -5,0 +4,0 @@ interface FilterOptions { |
{ | ||
"name": "@vitejs/plugin-vue-jsx", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-beta.0", | ||
"license": "MIT", | ||
@@ -22,7 +22,7 @@ "author": "Evan You", | ||
"build": "unbuild && pnpm run patch-cjs", | ||
"patch-cjs": "ts-node ../../scripts/patchCJS.ts", | ||
"patch-cjs": "esno ../../scripts/patchCJS.ts", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"engines": { | ||
"node": ">=14.6.0" | ||
"node": ">=14.18.0" | ||
}, | ||
@@ -39,6 +39,5 @@ "repository": { | ||
"dependencies": { | ||
"@babel/core": "^7.17.10", | ||
"@babel/core": "^7.18.5", | ||
"@babel/plugin-syntax-import-meta": "^7.10.4", | ||
"@babel/plugin-transform-typescript": "^7.16.8", | ||
"@rollup/pluginutils": "^4.2.1", | ||
"@babel/plugin-transform-typescript": "^7.18.4", | ||
"@vue/babel-plugin-jsx": "^1.1.1" | ||
@@ -45,0 +44,0 @@ }, |
@@ -20,4 +20,20 @@ # @vitejs/plugin-vue-jsx [![npm](https://img.shields.io/npm/v/@vitejs/plugin-vue-jsx.svg)](https://npmjs.com/package/@vitejs/plugin-vue-jsx) | ||
See [@vue/babel-plugin-jsx](https://github.com/vuejs/jsx-next). | ||
### include | ||
Type: `(string | RegExp)[] | string | RegExp | null` | ||
Default: `/\.[jt]sx$/` | ||
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files the plugin should operate on. | ||
### exclude | ||
Type: `(string | RegExp)[] | string | RegExp | null` | ||
Default: `undefined` | ||
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files to be ignored by the plugin. | ||
> See [@vue/babel-plugin-jsx](https://github.com/vuejs/jsx-next) for other options. | ||
## HMR Detection | ||
@@ -24,0 +40,0 @@ |
Sorry, the diff of this file is not supported yet
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
19018
6
425
74
- Removed@rollup/pluginutils@^4.2.1
- Removed@rollup/pluginutils@4.2.1(transitive)
- Removedpicomatch@2.3.1(transitive)
Updated@babel/core@^7.18.5