We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6378601 commit 85bcaaeCopy full SHA for 85bcaae
1 file changed
scripts/rollup.config.factory.js
@@ -14,7 +14,7 @@ function esmConfig({ elementName, className } = {}) {
14
sourcemap: true
15
},
16
plugins: [resolve(), commonjs()],
17
- external: id => id.startsWith(".")
+ external: id => id.startsWith("..")
18
};
19
}
20
0 commit comments