feat(compiler-sfc): expose properties for more accurate HMR

ref #4358
reverts #4908
This commit is contained in:
Evan You
2021-11-26 14:22:26 +08:00
parent 90083f5718
commit 68c45e73da
3 changed files with 61 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
export { parse } from './parse'
export { compileTemplate } from './compileTemplate'
export { compileStyle, compileStyleAsync } from './compileStyle'
export { compileScript, resolveTemplateUsageCheckString } from './compileScript'
export { compileScript } from './compileScript'
export { rewriteDefault } from './rewriteDefault'
export {
shouldTransform as shouldTransformRef,