diff --git a/packages/block-library/package.json b/packages/block-library/package.json index 0345174a31c7e..23afe02674291 100644 --- a/packages/block-library/package.json +++ b/packages/block-library/package.json @@ -22,6 +22,7 @@ "node": ">=12" }, "main": "build/index.js", + "module": "build-module/index.js", "exports": { ".": { "import": "./build-module/index.js",