@wordpress/dependency-extraction-webpack-plugin 6.2.0 → 6.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/util.js +1 -1
  2. package/package.json +2 -2
package/lib/util.js CHANGED
@@ -117,7 +117,7 @@ function defaultRequestToExternalModule( request ) {
117
117
  function defaultRequestToHandle( request ) {
118
118
  switch ( request ) {
119
119
  case '@babel/runtime/regenerator':
120
- return 'wp-polyfill';
120
+ return 'regenerator-runtime';
121
121
 
122
122
  case 'lodash-es':
123
123
  return 'lodash';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dependency-extraction-webpack-plugin",
3
- "version": "6.2.0",
3
+ "version": "6.4.0",
4
4
  "description": "Extract WordPress script dependencies from webpack bundles.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
41
+ "gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2"
42
42
  }