webpack 5.83.0 → 5.83.1
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.
Potentially problematic release.
This version of webpack might be problematic. Click here for more details.
@@ -174,7 +174,7 @@ HarmonyExportExpressionDependency.Template = class HarmonyExportDependencyTempla
|
|
174
174
|
runtimeRequirements.add(RuntimeGlobals.exports);
|
175
175
|
// This is a little bit incorrect as TDZ is not correct, but we can't use const.
|
176
176
|
content = `/* harmony default export */ ${exportsName}${propertyAccess(
|
177
|
-
used
|
177
|
+
typeof used === "string" ? [used] : used
|
178
178
|
)} = `;
|
179
179
|
} else {
|
180
180
|
content = `/* unused harmony default export */ var ${name} = `;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "webpack",
|
3
|
-
"version": "5.83.
|
3
|
+
"version": "5.83.1",
|
4
4
|
"author": "Tobias Koppers @sokra",
|
5
5
|
"description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
|
6
6
|
"license": "MIT",
|