Skip to content

Commit c3ab70f

Browse files
committed
chore: remove comments from build
1 parent c9dfa27 commit c3ab70f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rollup.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ export default [
4747
}
4848
}
4949
]
50-
]
50+
],
51+
comments: false
5152
}),
5253
copy({
5354
targets: [
@@ -80,7 +81,8 @@ export default [
8081
}
8182
}
8283
]
83-
]
84+
],
85+
comments: false
8486
})
8587
]
8688
},

0 commit comments

Comments
 (0)