You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Bug Report
The list of externals the
externals.js
is not up to date is missing various components that might be used.create-guten-block/packages/cgb-scripts/config/externals.js
Lines 20 to 34 in b8fbdbc
Imports the
Path
andSVG
objects from the node_modules (if it exists) rather than replacing it withwp.primitives
.Expected Behavior
The import should be replaced with
wp.primitives
in the exported output.Proposed solution(s)
Object.keys(wp)
on https://wordpress.org/gutenberg/, or list of folders here.The text was updated successfully, but these errors were encountered: