weboptimizer 2.0.1473 → 2.0.1475
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/helper.js +1 -1
- package/package.json +9 -9
package/helper.js
CHANGED
|
@@ -677,7 +677,7 @@ var Helper = exports.Helper = /*#__PURE__*/function () {
|
|
|
677
677
|
try {
|
|
678
678
|
for (_iterator12.s(); !(_step12 = _iterator12.n()).done;) {
|
|
679
679
|
var moduleFilePath = _step12.value;
|
|
680
|
-
if (!(moduleFilePathsToExclude.includes(moduleFilePath) || _clientnode["default"].isAnyMatching(moduleFilePath, moduleFilePathPatternToExclude))) {
|
|
680
|
+
if (!(moduleFilePathsToExclude.includes(moduleFilePath) || _clientnode["default"].isAnyMatching(moduleFilePath.substring(context.length), moduleFilePathPatternToExclude))) {
|
|
681
681
|
var relativeModuleFilePath = "./".concat((0, _path.relative)(context, moduleFilePath));
|
|
682
682
|
var directoryPath = (0, _path.dirname)(relativeModuleFilePath);
|
|
683
683
|
var baseName = (0, _path.basename)(relativeModuleFilePath, ".".concat(buildConfiguration.extension));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1475",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"rimraf": "^5.0.7",
|
|
114
114
|
"script-loader": "^0.7.2",
|
|
115
115
|
"typescript": "^5.4.5",
|
|
116
|
-
"webpack": "^5.92.
|
|
116
|
+
"webpack": "^5.92.1",
|
|
117
117
|
"webpack-cli": "^5.1.4",
|
|
118
118
|
"webpack-sources": "^3.2.3"
|
|
119
119
|
},
|
|
@@ -125,22 +125,22 @@
|
|
|
125
125
|
"@types/html-minifier": "^4.0.5",
|
|
126
126
|
"@types/html-minifier-terser": "^7.0.2",
|
|
127
127
|
"@types/imagemin": "^9.0.0",
|
|
128
|
-
"@types/node": "^20.14.
|
|
128
|
+
"@types/node": "^20.14.6",
|
|
129
129
|
"@types/postcss-import": "^14.0.3",
|
|
130
130
|
"@types/postcss-url": "^10.0.4",
|
|
131
131
|
"@types/webpack-env": "^1.18.5",
|
|
132
132
|
"@types/webpack-sources": "^3.2.3",
|
|
133
|
-
"@typescript-eslint/eslint-plugin": "^7.13.
|
|
134
|
-
"@typescript-eslint/parser": "^7.13.
|
|
133
|
+
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
134
|
+
"@typescript-eslint/parser": "^7.13.1",
|
|
135
135
|
"css-loader": "^7.1.2",
|
|
136
|
-
"cssnano": "^7.0.
|
|
136
|
+
"cssnano": "^7.0.3",
|
|
137
137
|
"documentation-website": "^1.0.326",
|
|
138
|
-
"eslint": "^9.
|
|
138
|
+
"eslint": "^9.5.0",
|
|
139
139
|
"eslint-config-google": "^0.14.0",
|
|
140
140
|
"eslint-plugin-jsdoc": "^48.2.12",
|
|
141
141
|
"favicons": "^7.2.0",
|
|
142
142
|
"favicons-webpack-plugin": "^6.0.1",
|
|
143
|
-
"globals": "^15.
|
|
143
|
+
"globals": "^15.6.0",
|
|
144
144
|
"image-minimizer-webpack-plugin": "^4.0.2",
|
|
145
145
|
"jest": "^29.7.0",
|
|
146
146
|
"jsdoc": "^4.0.3",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"stylelint": "^16.6.1",
|
|
160
160
|
"stylelint-config-standard": "^36.0.0",
|
|
161
161
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
162
|
-
"typescript-eslint": "^7.13.
|
|
162
|
+
"typescript-eslint": "^7.13.1",
|
|
163
163
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
164
164
|
"workbox-webpack-plugin": "^7.1.0"
|
|
165
165
|
},
|