workflow: move to pnpm (#4766)
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^2.5.10"
|
||||
"vite": "^2.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
export default {
|
||||
resolve: {
|
||||
alias: {
|
||||
vue: '@vue/runtime-dom/dist/runtime-dom.esm-bundler.js'
|
||||
}
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: ['src/index.ts'],
|
||||
|
||||
Reference in New Issue
Block a user