page-skeleton-webpack-plugin icon indicating copy to clipboard operation
page-skeleton-webpack-plugin copied to clipboard

Webpack plugin to generate the skeleton page automatically

Results 101 page-skeleton-webpack-plugin issues
Sort by recently updated
recently updated
newest added

### Description 使用vue-cli3 对vue-awesome-swiper生成的骨架屏宽度不对,我外层是880px,本来swiper-slide也应该是880px,骨架是414px ### Steps to reproduce 1. [First step] 2. [Second step] 3. [and so on...] **Expected behavior:** [What you expected to happen] **Actual behavior:** [What actually happened]...

![image](https://user-images.githubusercontent.com/29368840/58320339-03559500-7e4e-11e9-87c2-215c1d468eae.png)

![image](https://user-images.githubusercontent.com/25843968/51663382-a35ef700-1ff1-11e9-826b-3d6b37563ef5.png) 要输入togglebar调出那个交互的页面才看到骨架屏的效果,我打包后也会出现一些错误,骨架屏的效果也没有出来

生产环境下,CI npm run build 时候, 我禁止下载无头浏览器;但是 报错: log is not a function 有解决办法吗

### Description [Description of the bug or feature] 该插件本版本不支持抓取 hash 的 url 进行生成骨架页面,请问是否会在后续的更新中支持该模式操作?

目前官方已经更新修复 https://github.com/ElemeFE/page-skeleton-webpack-plugin/pull/101/commits/cd6e14af157bbee9d3442e7b5fd0df79c2b43ce3 _Originally posted by @yangfandashuaige in https://github.com/ElemeFE/page-skeleton-webpack-plugin/issues/97#issuecomment-497638104_ if (!this.server) { const server = this.server = new Server(this.options) // eslint-disable-line no-multi-assign server.listen().catch(err => server.log.warn(err)) } 这个判断代码在最新版本中并没有加上

如题,src/skeletonPlugin.js 中修复的代码在下载中的依赖包中还是老代码,根据commit的内容修改后可正常运行

支持nuxt吗?有教程吗?

上面的是微信模拟器下打开,下面的是手机微信中打开! ![image](https://user-images.githubusercontent.com/18584196/59236284-027f7a00-8c28-11e9-9af4-2b1faa9c714b.png) ![image](https://user-images.githubusercontent.com/18584196/59236185-9270f400-8c27-11e9-9616-71d6c00c41c6.png)