Skip to content

Commit

Permalink
fix: info merging for asset modules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 6, 2021
1 parent 0abc39c commit 3a5de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asset/AssetGenerator.js
Expand Up @@ -49,7 +49,7 @@ const mergeAssetInfo = (a, b) => {
case "immutable":
case "development":
case "hotModuleReplacement":
case "javascriptModule ":
case "javascriptModule":
result[key] = a[key] || b[key];
break;
case "related":
Expand Down

0 comments on commit 3a5de5b

Please sign in to comment.