Skip to content

Commit 0a5e2dd

Browse files
author
Cerem Cem ASLAN
committed
suppressed a warning
1 parent 06d5d7b commit 0a5e2dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ let includePathOptions = {
1717
export default {
1818
output: {
1919
sourcemap: "inline",
20-
format: 'cjs'
20+
format: 'cjs',
21+
exports: "auto"
2122
},
2223
plugins: [
2324
livescript(),

0 commit comments

Comments
 (0)