mirror of https://github.com/vuejs/core.git
chore: fix playground import
This commit is contained in:
parent
d376f00091
commit
30a7e7967c
|
@ -16,8 +16,7 @@ export function DevPlugin({ browser = false } = {}) {
|
|||
return {
|
||||
resolve: {
|
||||
alias: {
|
||||
'vue/vapor': resolve('runtime-vapor/src'),
|
||||
vue: resolve('vue/src/runtime.ts'),
|
||||
vue: resolve('vue/src/runtime-with-vapor.ts'),
|
||||
|
||||
'@vue/runtime-core': resolve('runtime-core/src'),
|
||||
'@vue/runtime-dom': resolve('runtime-dom/src'),
|
||||
|
|
Loading…
Reference in New Issue