-
## Describe the Bug
I believe there are so many people want to use `compression-webpack-plugin` to compress the generated js file and use it with `static_gzip` of nginx, and I'm one of these people.
…
-
Hello, enough is enough. i have been trying to maintain this but cant make it to end, already search the web but couldnt find any **relative** answer or **solution**
I am using **vue template** wit…
-
Minification is happening when `NODE_SUGGESTED_ENV=production` thanks to webpack. This minfies our JS pretty handily but nothing is handling images (just tested .
[As mentioned](https://github.com/…
-
### Issue
Images will be the main bandwidth consumers. It needs to be optimized and carefully delivered.
### Proposed fix
* Use Webpack to bundle assets :
* Inline small svg elements
* Us…
vmttn updated
6 years ago
-
For this configuration:
```
{
optimizeImages: false,
inlineImageLimit: -1,
},
```
Nextjs shows warnings:
```
warn - Invalid next.config.js options detected:
- The root val…
-
``` js
var webpack = require('webpack');
var ExtractTextPlugin = require("extract-text-webpack-plugin");
module.exports = [{
name: "develop",
entry: {
user: "./src/user.js"
//g…
-
### Requirements
- [X] This is a bug report, and if not, please post to https://lemmy.ml/c/lemmy_support instead.
- [X] Please [check](https://github.com/LemmyNet/lemmy-ui/issues) to see if this issu…
-
Hello there, it seems that image-webpack-loader is trying to compress all images in parallel (in my config at least). Is there anyway to limit this to the number of processors of the machine, or some…
-
Hi all, thanks for an amazing loader. I've just started to use it and noticed that even when enabling WebP - my outputted images do not contain **.webp** files. They're just the PNG's....
Given th…
-
## Prerequisites
- [x] Using npm
- [x] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main)
- [x] Using latest version o…