mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Build Tools: Use the new combinedOutputFile setting for the updated DependencyExtractionWebpackPlugin and output script-loader-packages.php directly in wp-includes/assets/.
Props gziolo, azaozz. See: #48154. git-svn-id: https://develop.svn.wordpress.org/trunk@47471 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -247,6 +247,7 @@ module.exports = function( env = { environment: 'production', watch: false, buil
|
||||
new DependencyExtractionPlugin( {
|
||||
injectPolyfill: true,
|
||||
combineAssets: true,
|
||||
combinedOutputFile: '../../assets/script-loader-packages.php',
|
||||
} ),
|
||||
new CopyWebpackPlugin(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user