@wordpress/dependency-extraction-webpack-plugin 6.44.0 → 6.44.1-next.v.202604201441.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 +4 -0
  2. package/package.json +2 -2
package/lib/util.js CHANGED
@@ -41,6 +41,7 @@ function defaultRequestToExternal( request ) {
41
41
  return 'React';
42
42
 
43
43
  case 'react-dom':
44
+ case 'react-dom/client':
44
45
  return 'ReactDOM';
45
46
 
46
47
  case 'react/jsx-runtime':
@@ -123,6 +124,9 @@ function defaultRequestToHandle( request ) {
123
124
  case 'lodash-es':
124
125
  return 'lodash';
125
126
 
127
+ case 'react-dom/client':
128
+ return 'react-dom';
129
+
126
130
  case 'react/jsx-runtime':
127
131
  return 'react-jsx-runtime';
128
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dependency-extraction-webpack-plugin",
3
- "version": "6.44.0",
3
+ "version": "6.44.1-next.v.202604201441.0+dab6d8c07",
4
4
  "description": "Extract WordPress script dependencies from webpack bundles.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "b862d8c84121a47bbeff882f6c87e61681ce2e0d"
56
+ "gitHead": "c788005ba4ee2a34851c1217c51602656aa7c3a6"
57
57
  }