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

這種情況下test會出現重名 `routes: ['/', '/test', '/test/:id']`

### Description Module not found: Error: Can't resolve 'style-loader' in '/Users/malk/Downloads/page-skeleton-webpack-plugin-master/examples/sale' ### Steps to reproduce 1. [First step] npm i style-loader --save-dev **Expected behavior:** [What you expected to happen] **Actual...

### 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...

![image](https://user-images.githubusercontent.com/24216880/48402710-429c7e00-e767-11e8-8515-5fafcccbd411.png) ![image](https://user-images.githubusercontent.com/24216880/48402733-51833080-e767-11e8-8e11-40261caf7a43.png)

### 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...

![wechat image_20180727173559](https://user-images.githubusercontent.com/26301006/43313749-8f46b26a-91c3-11e8-99bf-44535e506f93.png)

### npm install error ```javascript npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ECONNRESET: request to https://registry.npmjs.org/@types%2fnode failed, reason: read ECONNRESET npm WARN registry Using stale package data from...

![image](https://user-images.githubusercontent.com/14295048/47963250-30825780-e064-11e8-9655-82bc906d09e2.png)

node-pre-gyp ERR! Tried to download(403): https://node-zopfli.s3.amazonaws.com/Release/zopfli-v2.0.2-node-v57-win32-x64.tar.gz node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v57 ABI, unknown) (falling back to source compile with node-gyp) gyp ERR! configure error...

可以运行的代码示例有没有