Skip to content

Commit 26385f5

Browse files
committed
disable treeshaking
1 parent 9b9b61e commit 26385f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup.scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const createBuild = (options) => {
4646
// return Rollup config
4747
return {
4848
input: 'src/js/index.js',
49+
treeshake: false,
4950
output: [
5051
{
5152
format,

0 commit comments

Comments
 (0)