Skip to content

Commit

Permalink
Fix script-module entry
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Sep 10, 2024
1 parent ef8f9ea commit 7c7702a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webpack/script-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ for ( const [ packageName, versionSpecifier ] of iterableDeps ) {
module.exports = {
...baseConfig,
name: 'script-modules',
entry: gutenbergScriptModules,
entry: Object.fromEntries( gutenbergScriptModules.entries() ),
experiments: {
outputModule: true,
},
Expand Down

0 comments on commit 7c7702a

Please sign in to comment.