css-loader 3.0.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -1
- package/README.md +82 -20
- package/dist/index.js +45 -44
- package/dist/options.json +10 -10
- package/dist/plugins/postcss-icss-parser.js +33 -47
- package/dist/plugins/postcss-import-parser.js +31 -12
- package/dist/plugins/postcss-url-parser.js +67 -54
- package/dist/runtime/getUrl.js +15 -2
- package/dist/utils.js +165 -158
- package/package.json +33 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "css-loader",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "css loader module for webpack",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "webpack-contrib/css-loader",
|
|
@@ -46,46 +46,47 @@
|
|
|
46
46
|
"icss-utils": "^4.1.1",
|
|
47
47
|
"loader-utils": "^1.2.3",
|
|
48
48
|
"normalize-path": "^3.0.0",
|
|
49
|
-
"postcss": "^7.0.
|
|
49
|
+
"postcss": "^7.0.23",
|
|
50
50
|
"postcss-modules-extract-imports": "^2.0.0",
|
|
51
51
|
"postcss-modules-local-by-default": "^3.0.2",
|
|
52
|
-
"postcss-modules-scope": "^2.1.
|
|
52
|
+
"postcss-modules-scope": "^2.1.1",
|
|
53
53
|
"postcss-modules-values": "^3.0.0",
|
|
54
|
-
"postcss-value-parser": "^4.0.
|
|
55
|
-
"schema-utils": "^
|
|
54
|
+
"postcss-value-parser": "^4.0.2",
|
|
55
|
+
"schema-utils": "^2.6.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@babel/cli": "^7.
|
|
59
|
-
"@babel/core": "^7.4
|
|
60
|
-
"@babel/preset-env": "^7.4
|
|
61
|
-
"@commitlint/cli": "^8.
|
|
62
|
-
"@commitlint/config-conventional": "^8.
|
|
63
|
-
"@webpack-contrib/defaults": "^5.0.
|
|
58
|
+
"@babel/cli": "^7.7.4",
|
|
59
|
+
"@babel/core": "^7.7.4",
|
|
60
|
+
"@babel/preset-env": "^7.7.4",
|
|
61
|
+
"@commitlint/cli": "^8.2.0",
|
|
62
|
+
"@commitlint/config-conventional": "^8.2.0",
|
|
63
|
+
"@webpack-contrib/defaults": "^5.0.2",
|
|
64
64
|
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
|
65
|
-
"babel-jest": "^24.
|
|
65
|
+
"babel-jest": "^24.9.0",
|
|
66
66
|
"commitlint-azure-pipelines-cli": "^1.0.2",
|
|
67
|
-
"cross-env": "^
|
|
68
|
-
"del": "^
|
|
69
|
-
"del-cli": "^
|
|
70
|
-
"es-check": "^5.
|
|
71
|
-
"eslint": "^
|
|
72
|
-
"eslint-config-prettier": "^
|
|
73
|
-
"eslint-plugin-import": "^2.
|
|
74
|
-
"file-loader": "^
|
|
75
|
-
"husky": "^
|
|
76
|
-
"jest": "^24.
|
|
77
|
-
"jest-junit": "^
|
|
78
|
-
"lint-staged": "^
|
|
79
|
-
"memory-fs": "^0.
|
|
67
|
+
"cross-env": "^6.0.3",
|
|
68
|
+
"del": "^5.1.0",
|
|
69
|
+
"del-cli": "^3.0.0",
|
|
70
|
+
"es-check": "^5.1.0",
|
|
71
|
+
"eslint": "^6.7.1",
|
|
72
|
+
"eslint-config-prettier": "^6.7.0",
|
|
73
|
+
"eslint-plugin-import": "^2.18.2",
|
|
74
|
+
"file-loader": "^5.0.2",
|
|
75
|
+
"husky": "^3.1.0",
|
|
76
|
+
"jest": "^24.9.0",
|
|
77
|
+
"jest-junit": "^9.0.0",
|
|
78
|
+
"lint-staged": "^9.5.0",
|
|
79
|
+
"memory-fs": "^0.5.0",
|
|
80
80
|
"npm-run-all": "^4.1.5",
|
|
81
81
|
"postcss-loader": "^3.0.0",
|
|
82
|
-
"postcss-preset-env": "^6.
|
|
83
|
-
"prettier": "^1.
|
|
84
|
-
"sass": "^1.
|
|
85
|
-
"sass-loader": "^
|
|
86
|
-
"standard-version": "^
|
|
87
|
-
"strip-ansi": "^
|
|
88
|
-
"
|
|
82
|
+
"postcss-preset-env": "^6.7.0",
|
|
83
|
+
"prettier": "^1.19.1",
|
|
84
|
+
"sass": "^1.23.7",
|
|
85
|
+
"sass-loader": "^8.0.0",
|
|
86
|
+
"standard-version": "^7.0.1",
|
|
87
|
+
"strip-ansi": "^6.0.0",
|
|
88
|
+
"url-loader": "^3.0.0",
|
|
89
|
+
"webpack": "^4.41.2"
|
|
89
90
|
},
|
|
90
91
|
"keywords": [
|
|
91
92
|
"webpack",
|