Skip to content

Commit

Permalink
Chore: remove comments in built files
Browse files Browse the repository at this point in the history
katspaugh committed May 10, 2024
1 parent 95665af commit 5dd8944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import typescript from '@rollup/plugin-typescript'
import terser from '@rollup/plugin-terser'
import dts from 'rollup-plugin-dts'

const plugins = [typescript(), terser()]
const plugins = [typescript(), terser({ format: { comments: false } })]

export default [
// ES module

0 comments on commit 5dd8944

Please sign in to comment.