Skip to content

Commit

Permalink
Merge pull request #20787 from storybookjs/vite/vue3-no-config
Browse files Browse the repository at this point in the history
Vite: Do not pre-bundle @vitejs/plugin-vue
  • Loading branch information
ndelangen authored Jan 26, 2023
2 parents 417cece + 9355749 commit 9167aa0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code/frameworks/vue3-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"@storybook/builder-vite": "7.0.0-beta.34",
"@storybook/core-server": "7.0.0-beta.34",
"@storybook/vue3": "7.0.0-beta.34",
"@vitejs/plugin-vue": "^4.0.0",
"magic-string": "^0.26.1",
"vue-docgen-api": "^4.40.0"
},
"devDependencies": {
"@types/node": "^16.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "~4.9.3",
"vite": "^4.0.0"
},
Expand All @@ -76,11 +76,6 @@
"./src/index.ts",
"./src/preset.ts"
],
"externals": [
"util",
"tty",
"path"
],
"platform": "node"
},
"gitHead": "b8c17b23e92257c5a09b592dc6b557ba7b94ccea"
Expand Down

0 comments on commit 9167aa0

Please sign in to comment.