Changeset 46543 for trunk/tools/webpack/packages.js
- Timestamp:
- 10/15/2019 03:35:03 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/tools/webpack/packages.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/webpack/packages.js
r46189 r46543 2 2 * External dependencies 3 3 */ 4 const { DefinePlugin } = require( 'webpack' ); 4 5 const LiveReloadPlugin = require( 'webpack-livereload-plugin' ); 5 6 const CopyWebpackPlugin = require( 'copy-webpack-plugin' ); … … 104 105 'block-library/src/search/index.php': 'wp-includes/blocks/search.php', 105 106 'block-library/src/shortcode/index.php': 'wp-includes/blocks/shortcode.php', 106 'block-library/src/social-link/index.php': 'wp-includes/blocks/social-link.php',107 107 'block-library/src/tag-cloud/index.php': 'wp-includes/blocks/tag-cloud.php', 108 108 }; … … 205 205 }, 206 206 plugins: [ 207 new DefinePlugin( { 208 // Inject the `GUTENBERG_PHASE` global, used for feature flagging. 209 'process.env.GUTENBERG_PHASE': 1, 210 } ), 207 211 new LibraryExportDefaultPlugin( [ 208 212 'api-fetch',
Note: See TracChangeset
for help on using the changeset viewer.