eddev 0.1.46-b1 → 0.1.46-b2

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.
@@ -384,6 +384,13 @@ function getWebpackConfig(opts) {
384
384
  _d.label = 14;
385
385
  case 14:
386
386
  // External Gutenberg
387
+ EXTERNALS["@wordpress/components"] = ["wp"];
388
+ EXTERNALS["@wordpress/element"] = ["wp"];
389
+ EXTERNALS["@wordpress/blocks"] = ["wp"];
390
+ EXTERNALS["@wordpress/utils"] = ["wp"];
391
+ EXTERNALS["@wordpress/data"] = ["wp"];
392
+ EXTERNALS["@wordpress/hooks"] = ["wp"];
393
+ EXTERNALS["@wordpress/block-editor"] = ["wp"];
387
394
  if (opts.isAdmin) {
388
395
  EXTERNALS["@wordpress/components"] = ["wp", "components"];
389
396
  EXTERNALS["@wordpress/element"] = ["wp", "element"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "0.1.46-b1",
3
+ "version": "0.1.46-b2",
4
4
  "main": "./index.js",
5
5
  "license": "MIT",
6
6
  "bin": {