chore: bump vue and vite (#10156)

This commit is contained in:
neverland
2022-01-06 14:59:48 +08:00
committed by GitHub
parent 1890cf6607
commit 52e74a9cc4
6 changed files with 402 additions and 114 deletions
@@ -1,7 +1,7 @@
import fse from 'fs-extra';
import path from 'path';
import hash from 'hash-sum';
import { parse, SFCBlock, compileTemplate } from '@vue/compiler-sfc';
import { parse, SFCBlock, compileTemplate } from 'vue/compiler-sfc';
import { replaceExt } from '../common/index.js';
const { remove, readFileSync, outputFile } = fse;