Skip to content

Commit

Permalink
fix: normalize internal plugin names (#4976)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Sep 19, 2021
1 parent ee54b65 commit 4186b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function vueJsxPlugin(options = {}) {
let needSourceMap = true

return {
name: 'vue-jsx',
name: 'vite:vue-jsx',

config(config) {
return {
Expand Down

0 comments on commit 4186b88

Please sign in to comment.