From b8f7672cf2b6ee8e78c7cb7be5aae8b86d68122e Mon Sep 17 00:00:00 2001 From: hbhong Date: Fri, 14 Jun 2024 16:22:11 +0800 Subject: [PATCH] fix(TDS-7385/esm): fix module not found error for @talend/react-bootstrap and @talend/icons (#5340) --- .changeset/purple-poets-tan.md | 6 ++++++ fork/react-bootstrap/package.json | 1 + packages/icons/package.json | 1 + 3 files changed, 8 insertions(+) create mode 100644 .changeset/purple-poets-tan.md diff --git a/.changeset/purple-poets-tan.md b/.changeset/purple-poets-tan.md new file mode 100644 index 00000000000..7e3d9486e2e --- /dev/null +++ b/.changeset/purple-poets-tan.md @@ -0,0 +1,6 @@ +--- +'@talend/react-bootstrap': patch +'@talend/icons': patch +--- + +fix module not found error for @talend/react-bootstrap and @talend/icons diff --git a/fork/react-bootstrap/package.json b/fork/react-bootstrap/package.json index 936c9075e30..1a90b8a0828 100644 --- a/fork/react-bootstrap/package.json +++ b/fork/react-bootstrap/package.json @@ -30,6 +30,7 @@ "files": [ "CHANGELOG.md", "lib", + "lib-esm", "dist", "es" ], diff --git a/packages/icons/package.json b/packages/icons/package.json index 71673ae4069..676b0d71d8b 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -40,6 +40,7 @@ "files": [ "index.js", "dist", + "lib-esm", "src" ], "keywords": [