Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix: disable vite internal rollup-plugin-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Jul 5, 2020
1 parent 4ecd61f commit 26f39d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { vuePlugin } from './serverPlugin'
export = {
resolvers: [resolver],
configureServer: vuePlugin,
enableRollupPluginVue: false,
rollupInputOptions: {
plugins: [require('rollup-plugin-vue')({})],
},
Expand Down

0 comments on commit 26f39d2

Please sign in to comment.