Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 673042b

Browse files
committed
rollup config fix
1 parent 40ebf66 commit 673042b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const plugins = [
2020
preset[1].modules = false;
2121
}
2222

23-
return preset
23+
return preset;
2424
})
2525
})),
2626
resolve({

0 commit comments

Comments
 (0)