weboptimizer 2.0.1645 → 2.0.1646
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/configurator.js +1 -1
- package/eslint.config.mjs +1 -0
- package/package.json +3 -2
package/configurator.js
CHANGED
|
@@ -303,7 +303,7 @@ var load = exports.load = function load(context) {
|
|
|
303
303
|
already have resolved all module ids.
|
|
304
304
|
*/
|
|
305
305
|
'', resolvedConfiguration.path.ignore, resolvedConfiguration.module.directoryNames, resolvedConfiguration["package"].main.fileNames, resolvedConfiguration["package"].main.propertyNames, resolvedConfiguration["package"].aliasPropertyNames, resolvedConfiguration.encoding);
|
|
306
|
-
var _type2 =
|
|
306
|
+
var _type2 = void 0;
|
|
307
307
|
if (_filePath) _type2 = (0, _helper.determineAssetType)(_filePath, resolvedConfiguration.buildContext.types, resolvedConfiguration.path);else throw new Error("Given request \"".concat(moduleID, "\" couldn't be resolved."));
|
|
308
308
|
if (_type2) resolvedConfiguration.needed[_type2] = true;
|
|
309
309
|
}
|
package/eslint.config.mjs
CHANGED
|
@@ -81,6 +81,7 @@ export const config = defineConfig({
|
|
|
81
81
|
'@typescript-eslint/array-type': ['error', {
|
|
82
82
|
default: 'generic'
|
|
83
83
|
}],
|
|
84
|
+
'@typescript-eslint/consistent-generic-constructors': 'off',
|
|
84
85
|
'@typescript-eslint/no-deprecated': 'off',
|
|
85
86
|
'@typescript-eslint/no-dynamic-delete': 'off',
|
|
86
87
|
'@typescript-eslint/no-redundant-type-constituents': 'off',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1646",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"babel-loader": "^10.0.0",
|
|
99
99
|
"babel-plugin-transform-modern-regexp": "^0.0.6",
|
|
100
100
|
"babel-preset-minify": "^0.5.2",
|
|
101
|
-
"clientnode": "3.0.
|
|
101
|
+
"clientnode": "3.0.1345",
|
|
102
102
|
"ejs": "^4.0.1",
|
|
103
103
|
"exports-loader": "^5.0.0",
|
|
104
104
|
"extract-loader": "^5.1.0",
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@babel/cli": "^7.28.6",
|
|
120
120
|
"@babel/eslint-parser": "^7.28.6",
|
|
121
|
+
"@eslint/js": "^10.0.1",
|
|
121
122
|
"@stylistic/eslint-plugin": "^5.8.0",
|
|
122
123
|
"@types/ejs": "^3.1.5",
|
|
123
124
|
"@types/eslint": "^9.6.1",
|