Rewmove zopfli plugin
This commit is contained in:
parent
c4eed8e41a
commit
959d73e661
3 changed files with 0 additions and 24 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -16,7 +16,6 @@
|
|||
"stylelint-a11y": "^1.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gfx/zopfli": "^1.0.15",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"browserlist": "^1.0.1",
|
||||
"compression-webpack-plugin": "^6.1.1",
|
||||
|
@ -321,18 +320,6 @@
|
|||
"to-fast-properties": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@gfx/zopfli": {
|
||||
"version": "1.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@gfx/zopfli/-/zopfli-1.0.15.tgz",
|
||||
"integrity": "sha512-7mBgpi7UD82fsff5ThQKet0uBTl4BYerQuc+/qA1ELTwWEiIedRTcD3JgiUu9wwZ2kytW8JOb165rSdAt8PfcQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"base64-js": "^1.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
}
|
||||
},
|
||||
"node_modules/@nodelib/fs.scandir": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
|
||||
|
@ -10583,15 +10570,6 @@
|
|||
"to-fast-properties": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"@gfx/zopfli": {
|
||||
"version": "1.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@gfx/zopfli/-/zopfli-1.0.15.tgz",
|
||||
"integrity": "sha512-7mBgpi7UD82fsff5ThQKet0uBTl4BYerQuc+/qA1ELTwWEiIedRTcD3JgiUu9wwZ2kytW8JOb165rSdAt8PfcQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"base64-js": "^1.3.0"
|
||||
}
|
||||
},
|
||||
"@nodelib/fs.scandir": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"stylelint-a11y": "^1.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gfx/zopfli": "^1.0.15",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"browserlist": "^1.0.1",
|
||||
"compression-webpack-plugin": "^6.1.1",
|
||||
|
|
1
webpack.config.js
vendored
1
webpack.config.js
vendored
|
@ -2,7 +2,6 @@ const path = require('path');
|
|||
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
||||
const StyleLintPlugin = require('stylelint-webpack-plugin');
|
||||
const CompressionPlugin = require('compression-webpack-plugin');
|
||||
const zopfli = require("@gfx/zopfli");
|
||||
const zlib = require('zlib');
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Reference in a new issue