update
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
[*.md]
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = false
|
||||
+1
-1
@@ -1 +1 @@
|
||||
v8.9.4
|
||||
v14.9.0
|
||||
|
||||
+2
@@ -2,6 +2,8 @@
|
||||
|
||||
A Webpack plugin to optimize \ minimize CSS assets.
|
||||
|
||||
> :warning: For webpack v5 or above please use [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) instead.
|
||||
|
||||
## What does the plugin do?
|
||||
|
||||
It will search for CSS assets during the Webpack build and will optimize \ minimize the CSS (by default it uses [cssnano](http://github.com/ben-eb/cssnano) but a custom CSS processor can be specified).
|
||||
|
||||
+16
-16
@@ -1,32 +1,32 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"optimize-css-assets-webpack-plugin@5.0.3",
|
||||
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
||||
"optimize-css-assets-webpack-plugin@5.0.8",
|
||||
"/home/node/nuxt"
|
||||
]
|
||||
],
|
||||
"_from": "optimize-css-assets-webpack-plugin@5.0.3",
|
||||
"_id": "optimize-css-assets-webpack-plugin@5.0.3",
|
||||
"_from": "optimize-css-assets-webpack-plugin@5.0.8",
|
||||
"_id": "optimize-css-assets-webpack-plugin@5.0.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-q9fbvCRS6EYtUKKSwI87qm2IxlyJK5b4dygW1rKUBT6mMDhdG5e5bZT63v6tnJR9F9FB/H5a0HTmtw+laUBxKA==",
|
||||
"_integrity": "sha512-mgFS1JdOtEGzD8l+EuISqL57cKO+We9GcoiQEmdCWRqqck+FGNmYJtx9qfAPzEz+lRrlThWMuGDaRkI/yWNx/Q==",
|
||||
"_location": "/optimize-css-assets-webpack-plugin",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "optimize-css-assets-webpack-plugin@5.0.3",
|
||||
"raw": "optimize-css-assets-webpack-plugin@5.0.8",
|
||||
"name": "optimize-css-assets-webpack-plugin",
|
||||
"escapedName": "optimize-css-assets-webpack-plugin",
|
||||
"rawSpec": "5.0.3",
|
||||
"rawSpec": "5.0.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.0.3"
|
||||
"fetchSpec": "5.0.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@nuxt/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.3.tgz",
|
||||
"_spec": "5.0.3",
|
||||
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
||||
"_resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.8.tgz",
|
||||
"_spec": "5.0.8",
|
||||
"_where": "/home/node/nuxt",
|
||||
"author": {
|
||||
"name": "Nuno Rodrigues"
|
||||
},
|
||||
@@ -40,15 +40,15 @@
|
||||
"description": "A Webpack plugin to optimize \\ minimize CSS assets.",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-jest": "^22.1.0",
|
||||
"babel-jest": "^26.3.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"css-loader": "^3.0.0",
|
||||
"css-loader": "^3.6.0",
|
||||
"extract-text-webpack-plugin": "next",
|
||||
"jest": "^24.8.0",
|
||||
"jest": "^26.4.2",
|
||||
"style-loader": "^0.20.1",
|
||||
"webpack": "^4.9.1"
|
||||
"webpack": "^4.44.1"
|
||||
},
|
||||
"homepage": "http://github.com/NMFR/optimize-css-assets-webpack-plugin",
|
||||
"jest": {
|
||||
@@ -80,5 +80,5 @@
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch"
|
||||
},
|
||||
"version": "5.0.3"
|
||||
"version": "5.0.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user