Skip to content

Commit

Permalink
Add navigation/view-modal to webpack entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Sep 20, 2022
1 parent e2ed202 commit 5da4659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/blocks/navigation/view-modal.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '6d574d0390bc333487cb');
1 change: 1 addition & 0 deletions src/wp-includes/blocks/navigation/view-modal.min.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '45f05135277abf0b0408');
1 change: 1 addition & 0 deletions tools/webpack/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ module.exports = function( env = { environment: 'production', watch: false, buil
entry: {
'file/view': join( baseDir, `node_modules/@wordpress/block-library/build-module/file/view` ),
'navigation/view': join( baseDir, `node_modules/@wordpress/block-library/build-module/navigation/view` ),
'navigation/view-modal': join( baseDir, `node_modules/@wordpress/block-library/build-module/navigation/view-modal` ),
},
output: {
devtoolNamespace: 'wp',
Expand Down

0 comments on commit 5da4659

Please sign in to comment.