-
Notifications
You must be signed in to change notification settings - Fork 221
Investigate if we can remove wp-block-editor
from the All Products block dependencies
#4543
Comments
I think we would be able to remove those imports if we migrated Product Price and Product Title blocks to use global styles. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
Reopening because |
The All Products block has
wp-block-editor
as a dependency. This issue is about investigating if it can be removed and eventually removing it if possible.I could track down the dependency being imported in these two files:
https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/19d29d11fea059650da48cbca4f35275e88324d6/assets/js/atomic/blocks/product-elements/price/block.js#L12
https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/19d29d11fea059650da48cbca4f35275e88324d6/assets/js/atomic/blocks/product-elements/title/block.js#L10
The text was updated successfully, but these errors were encountered: