Files
webpack5-tutorial/docs/.vuepress/.temp/pages/senior/liftingSpeed.html.js
2024-10-16 17:02:47 +08:00

151 lines
3.0 KiB
JavaScript

export const data = {
"key": "v-7b858f23",
"path": "/senior/liftingSpeed.html",
"title": "提升打包构建速度",
"lang": "zh-CN",
"frontmatter": {},
"excerpt": "",
"headers": [
{
"level": 2,
"title": "HotModuleReplacement",
"slug": "hotmodulereplacement",
"children": [
{
"level": 3,
"title": "为什么",
"slug": "为什么",
"children": []
},
{
"level": 3,
"title": "是什么",
"slug": "是什么",
"children": []
},
{
"level": 3,
"title": "怎么用",
"slug": "怎么用",
"children": []
}
]
},
{
"level": 2,
"title": "OneOf",
"slug": "oneof",
"children": [
{
"level": 3,
"title": "为什么",
"slug": "为什么-1",
"children": []
},
{
"level": 3,
"title": "是什么",
"slug": "是什么-1",
"children": []
},
{
"level": 3,
"title": "怎么用",
"slug": "怎么用-1",
"children": []
}
]
},
{
"level": 2,
"title": "Include/Exclude",
"slug": "include-exclude",
"children": [
{
"level": 3,
"title": "为什么",
"slug": "为什么-2",
"children": []
},
{
"level": 3,
"title": "是什么",
"slug": "是什么-2",
"children": []
},
{
"level": 3,
"title": "怎么用",
"slug": "怎么用-2",
"children": []
}
]
},
{
"level": 2,
"title": "Cache",
"slug": "cache",
"children": [
{
"level": 3,
"title": "为什么",
"slug": "为什么-3",
"children": []
},
{
"level": 3,
"title": "是什么",
"slug": "是什么-3",
"children": []
},
{
"level": 3,
"title": "怎么用",
"slug": "怎么用-3",
"children": []
}
]
},
{
"level": 2,
"title": "Thead",
"slug": "thead",
"children": [
{
"level": 3,
"title": "为什么",
"slug": "为什么-4",
"children": []
},
{
"level": 3,
"title": "是什么",
"slug": "是什么-4",
"children": []
},
{
"level": 3,
"title": "怎么用",
"slug": "怎么用-4",
"children": []
}
]
}
],
"git": {},
"filePathRelative": "senior/liftingSpeed.md"
}
if (import.meta.webpackHot) {
import.meta.webpackHot.accept()
if (__VUE_HMR_RUNTIME__.updatePageData) {
__VUE_HMR_RUNTIME__.updatePageData(data)
}
}
if (import.meta.hot) {
import.meta.hot.accept(({ data }) => {
__VUE_HMR_RUNTIME__.updatePageData(data)
})
}