Skip to content

Commit

Permalink
Merge pull request #20343 from storybookjs/norbert/bundle-vitejs-plug…
Browse files Browse the repository at this point in the history
…in-vue

Tech: bundle @vitejs/plugin-vue in
  • Loading branch information
ndelangen authored Jan 9, 2023
2 parents 814f783 + 1b5b1be commit fdb8cf8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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.21",
"@storybook/core-server": "7.0.0-beta.21",
"@storybook/vue3": "7.0.0-beta.21",
"@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,6 +76,11 @@
"./src/index.ts",
"./src/preset.ts"
],
"externals": [
"util",
"tty",
"path"
],
"platform": "node"
},
"gitHead": "fb45d854842e10fa119a65c628333e3a5d495e77"
Expand Down

0 comments on commit fdb8cf8

Please sign in to comment.