-
### Issue details
2.27.9 has been working fine, when I upgraded to 27.10 it fails with JS error and not reloading browser window anymore.
Installed with yarn, and my package.json shown below. If I…
-
I was trying to override the default plugins in my project like so from `nuxt.config.js`;
```js
[...]
imagemin: {
mimizerOptions: {
plugins: [
[ 'gifsicle', { interlaced: false} ],…
-
Hi! First of all, thank you for this project, it's really helpful. I just noticed something that could be annoying for some (it has been for me):
When building, images copying into `/dist` does not…
-
**Feature to document**
Section - https://webpack.js.org/concepts/plugins
Reasons:
- No information for plugin developers.
- Avoid invalid usage some hooks.
- Other useful stuff.
## Main …
-
I'm getting the below error when running `npm install imagemin-webpack-plugin`.
`pngquant failed to build, make sure that libpng is installed`
[This pngquant-bin issue describes the problem in …
-
Is it possible to keep the output files generated by this plugin in webpack's pipe, rather than writing to disk, making it easy to do other things with the spritesheets after they've been generated?
…
-
### Browser Sync + Gulp
I am using Browser-sync with Gulp. There was no error so far, everything was good but recently I am getting this error in the console. The server starts and when I change the …
-
I know having a small core, and an army of grunt plugins to mix and match is fantastic, but let's consider adopting this one sometimes a little buggy module.
So maybe a simplistic site builds out so…
-
## Setup
- link to rollup setup
- link to tauri setup
- add tauri to rollup project
- consider using `babel` with recommend target config
```json
"targets": {
"esmodules": true
"…
-
laravel-mix doesn't react to newly added images while running watch script.
Here's my webpack.mix.js file.
```
const mix = require('laravel-mix')
const imageminMozjpeg = require('imagemin-m…