Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 209cff8

Browse files
committed
Fix ajv deep requires still being bundled
1 parent 9b2dcbe commit 209cff8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rollup.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ const buildCjs = {
4747
return true;
4848
}
4949

50+
// There are some deep imports of ajv files
51+
if (id.startsWith('ajv/')) {
52+
return true;
53+
}
54+
5055
return false;
5156
},
5257
plugins: [

0 commit comments

Comments
 (0)