add side effect to package (https://github.com/woocommerce/woocommerce-blocks/pull/6904)
This commit is contained in:
parent
03c5d9ccd1
commit
4bfb255f6b
|
@ -28,6 +28,7 @@ import {
|
|||
useForcedLayout,
|
||||
BlockSettings,
|
||||
} from '../cart-checkout-shared';
|
||||
import '../cart-checkout-shared/sidebar-notices';
|
||||
import { CartBlockContext } from './context';
|
||||
|
||||
// This is adds a class to body to signal if the selected block is locked
|
||||
|
|
|
@ -32,6 +32,7 @@ import {
|
|||
BlockSettings,
|
||||
useBlockPropsWithLocking,
|
||||
} from '../cart-checkout-shared';
|
||||
import '../cart-checkout-shared/sidebar-notices';
|
||||
import { CheckoutBlockContext, CheckoutBlockControlsContext } from './context';
|
||||
import type { Attributes } from './types';
|
||||
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
"./assets/js/blocks/cart/inner-blocks/**/index.tsx",
|
||||
"./assets/js/blocks/cart/inner-blocks/register-components.ts",
|
||||
"./assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/**/index.tsx",
|
||||
"./assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/register-components.ts"
|
||||
"./assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/register-components.ts",
|
||||
"./assets/js/blocks/cart-checkout-shared/sidebar-notices/index.tsx"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue