Skip to content

Commit 4186b88

Browse files
authored
fix: normalize internal plugin names (#4976)
1 parent ee54b65 commit 4186b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/plugin-vue-jsx/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function vueJsxPlugin(options = {}) {
4545
let needSourceMap = true
4646

4747
return {
48-
name: 'vue-jsx',
48+
name: 'vite:vue-jsx',
4949

5050
config(config) {
5151
return {

0 commit comments

Comments
 (0)