@wordpress/dependency-extraction-webpack-plugin
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -1,2 +0,2 @@ | ||
## Master | ||
## 2.0.0 (2019-09-16) | ||
@@ -3,0 +3,0 @@ ### Breaking Changes |
{ | ||
"name": "@wordpress/dependency-extraction-webpack-plugin", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Extract WordPress script dependencies from webpack bundles.", | ||
@@ -34,3 +34,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "4fd00581206f63b1854962e9aa23afded445b7ee" | ||
"gitHead": "52bfe7deb90fe2b6df7f1a0a92f89cc69462a491" | ||
} |
@@ -220,3 +220,3 @@ # Dependency Extraction Webpack Plugin | ||
$script_asset = file_exists( $script_asset_path ) | ||
? require( $script_asset_path ) ) | ||
? require( $script_asset_path ) | ||
: array( 'dependencies' => array(), 'version' => filemtime( $script_path ) ); | ||
@@ -223,0 +223,0 @@ $script_url = plugins_url( $script_path, __FILE__ ); |
34510