ElemeFE / ElemeFE/page-skeleton-webpack-plugin
vue-cli项目begin to generator skeleton screen后开始报错
Open
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 388
- PR merge metrics
- No merged PRs in 30d
Description
### Description
`
new SkeletonPlugin({
pathname: path.resolve(__dirname, `../index.html`), // the path to store shell file
staticDir: path.resolve(__dirname, '../static'), // the same as the `output.path`
routes: ['/home/find'], // Which routes you want to generate skeleton screen
defer:20000
}),
`
偶尔会提示生成成功 但是骨架屏是空白的

Contributor guide
Assessment
This issue has not been assessed yet.