From 49bf4857246813d9f28faed9026efc993f29ca1b Mon Sep 17 00:00:00 2001 From: atimmer Date: Sat, 13 Oct 2018 03:49:31 +0000 Subject: [PATCH] Build tools: Build @wordpress packages with webpack. We decided to split the media webpack config into it's own file. The main webpack config then combines this file with the packages config. Include vendor scripts by copying them. We copy the minified files if they are available. If they aren't available we minify the original files ourselves. Props omarreiss, herregroen, gziolo, youknowriad, netweb, adamsilverstein. See #45065. Built from https://develop.svn.wordpress.org/branches/5.0@43719 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43548 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 72cd552683..bfc85fbc01 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43718'; +$wp_version = '5.0-alpha-43719'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.