sabareeshk
Results
2
comments of
sabareeshk
any idea how to fix this?
My solution is using **image-webpack-loader**. **npm install image-webpack-loader --save-dev** and all image files copied to dist/assets folder. ``` { test: /\.(jpe?g|png|gif|svg)$/i, loaders: [ 'file?hash=sha512&digest=hex&name=assets/img/[name].[ext]', 'image-webpack?bypassOnDebug&optimizationLevel=7&interlaced=false' ] } ```