Changeset 61072 for trunk/tools/webpack/script-modules.js
- Timestamp:
- 10/27/2025 12:35:43 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/tools/webpack/script-modules.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/webpack/script-modules.js
r59083 r61072 49 49 wpScriptModuleExports 50 50 ) ) { 51 // Exclude the experimental './full-page' export from @wordpress/interactivity-router. 52 // This export is defined in Gutenberg's package.json but should not be bundled in Core 53 // as the feature is still experimental and not ready for inclusion. 54 if ( moduleName === 'interactivity-router' && exportName === './full-page' ) { 55 continue; 56 } 57 51 58 if ( typeof exportPath !== 'string' ) { 52 59 throw new Error( 'wpScriptModuleExports paths must be strings' );
Note: See TracChangeset
for help on using the changeset viewer.