Skip to content

Commit 85bcaae

Browse files
mwczkylebuch8
authored andcommitted
Bundle adjacent modules (#283)
* in rollup config, bundle adjacent modules * remove changes unrelated to this branch
1 parent 6378601 commit 85bcaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup.config.factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function esmConfig({ elementName, className } = {}) {
1414
sourcemap: true
1515
},
1616
plugins: [resolve(), commonjs()],
17-
external: id => id.startsWith(".")
17+
external: id => id.startsWith("..")
1818
};
1919
}
2020

0 commit comments

Comments
 (0)