0.1.1 • Published 5 years ago

webpack-imager-example-vanilla v0.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

About

This makes use of Webpack and Imager without any ‘non-standard’ Webpack plugins.

Setup

$ npm install

Run Webpack

$ npx webpack

Will save the optimized images to ./dist/public.

Note that Webpack may emit warnings for “large” files. Annoyingly it’s only considering the ‘input’ file size, and not the ‘output’ or optimized file size.