Skip to content

Commit 3c17759

Browse files
authored
fix: fix rollup build (#1954)
1 parent 448b642 commit 3c17759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default {
6060
strict: false,
6161
exports: "named",
6262
preserveModules: true,
63+
preserveModulesRoot: ".",
6364
sourcemap: true
6465
},
6566
input: {

0 commit comments

Comments
 (0)