workflow: move to pnpm (#4766)

This commit is contained in:
Evan You
2021-10-08 14:23:30 -04:00
committed by GitHub
parent 3c500e422f
commit 61c5fbd3e3
19 changed files with 7097 additions and 6844 deletions

View File

@@ -6,6 +6,6 @@
"build": "vite build"
},
"devDependencies": {
"vite": "^2.5.10"
"vite": "^2.6.0"
}
}

View File

@@ -1,4 +1,4 @@
import { h, createApp } from 'vue'
import { h, createApp } from '@vue/runtime-dom'
// The bare minimum code required for rendering something to the screen
createApp({

View File

@@ -1,9 +1,4 @@
export default {
resolve: {
alias: {
vue: '@vue/runtime-dom/dist/runtime-dom.esm-bundler.js'
}
},
build: {
rollupOptions: {
input: ['src/index.ts'],