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 [Description of the bug or feature] ### Steps to reproduce 1. [First step] 2. [Second step] 3. [and so on...] **Expected behavior:** [What you expected to happen] **Actual...

at SkeletonPlugin.outputSkeletonScreen (/node_modules/[email protected]@page-skeleton-webpack-plugin/src/skeletonPlugin.js:43:17) 报错。不知道为何?看不太懂源码 补充一下:我是微信小程序项目,是用的美团开源框架mpvue来搭建的。可能在项目本身跟html那个插件有冲突。哎

骨架屏只是在我 js 加载过程中的时候出现,当js加载完( 这时候骨架屏已经消失,是页面未发生请求的状态 ),js加载完毕后和未发生网络请求的之间的这段时间,有没有办法让我这段时间依然是骨架屏的状态

目前小程序项目数据渲染比较大,优化页面需要骨架屏的注入。不知道对小程序的支持如何? 希望大佬们解答一下@rlog @sofish @myst729 @cloudyan @cloverstd

### Description 预览页面需要登录态(sessionStorage) ### Steps to reproduce 1、配置webpack-config.js 2、SkeletonPlugin添加sessionStoragies 3、npm run dev **Actual behavior:** [What actually happened] 报错! page-skeleton-webpack-plugin has been initialised using a configuration object that does not match...

我下载了贵方提供的demo,npm i 以后,执行npm run dev失败

### Description 1. 下载vueCli3初始的项目 执行 npm install 2. 运行 npm run serve ,项目正常运行,命令行也没有报错 3. 然后调出控制条点击,生成preview,预览都ok,可以二维码预览,然后点击,写入shell文件目录 ![image](https://user-images.githubusercontent.com/29172211/49374278-d5638380-f73b-11e8-888e-c8b8cb2c488c.png) 4. 结束 npm run serve.再次输入npm run serve,重新打包项目,在项目根目录下生成dist目录,然后打开项目,在开发环境下shell并没有注入 ![image](https://user-images.githubusercontent.com/29172211/49374458-5c186080-f73c-11e8-9dc0-a61302f5bc24.png) 5. 结束npm run serve,运行npm run build,dist目录被删除,重新写入dist的index.html在#app元素中没有注入骨架屏对应的html,在生产环境下也没有注入...

### Description 因为routes比较多近30个,生成预览的时候puppeter很容易超时 [PSG] Navigation Timeout Exceeded: 30000ms exceeded ### Steps to reproduce 1. [First step] 2. [Second step] 3. [and so on...] **Expected behavior:** [What you expected to happen]...