Skip to content
This repository was archived by the owner on Jun 29, 2020. It is now read-only.

Conversation

scenaristeur
Copy link

WARNING in ./node_modules/vis/dist/img/network/zoomExtends.png
(Emitted value instead of an instance of Error) DEPRECATED. Configure mozjpeg's progressive option in its own options. (mozjpeg.progressive)
@ ./node_modules/css-loader!./node_modules/vis/dist/vis-network.min.css 7:14765-14805
@ ./node_modules/vis/dist/vis-network.min.css
@ ./src/app.js
@ multi (webpack)-dev-server/client?http://localhost:8080 ./app.js

so i follow this issue :
tcoopman/image-webpack-loader#68 & change

 query: {
            progressive: true,
            pngquant: {
              quality: '65-90',
              speed: 4
            }
          }

WARNING in ./node_modules/vis/dist/img/network/zoomExtends.png
(Emitted value instead of an instance of Error) DEPRECATED. Configure mozjpeg's progressive option in its own options. (mozjpeg.progressive)
 @ ./node_modules/css-loader!./node_modules/vis/dist/vis-network.min.css 7:14765-14805
 @ ./node_modules/vis/dist/vis-network.min.css
 @ ./src/app.js
 @ multi (webpack)-dev-server/client?http://localhost:8080 ./app.js 


so i follow this issue : 
tcoopman/image-webpack-loader#68 & change 

```
 query: {
            progressive: true,
            pngquant: {
              quality: '65-90',
              speed: 4
            }
          }
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant