ElemeFE / page-skeleton-webpack-plugin

Webpack plugin to generate the skeleton page automatically
MIT License
2.8k stars 393 forks source link

预览界面一直loading,加载不出页面 #103

Open spencer17x opened 5 years ago

spencer17x commented 5 years ago

配置: plugins: [ new HtmlWebpackPlugin(), new SkeletonPlugin({ pathname: path.resolve(dirname, './shell'), // the path to store shell file staticDir: path.resolve(dirname, './dist'), // the same as the output.path routes: ['/', '/shop'], // Which routes you want to generate skeleton screen }) ]

Lillian0 commented 5 years ago

我也是预览页面一直loading,加载不出页面。请问解决了吗?