Skip to content

Commit

Permalink
ci: remove template comments from build
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Dec 23, 2024
1 parent 4d06c42 commit 443d277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/x-components/build/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export const rollupConfig: RollupOptions = {
vue3({
template: {
compilerOptions: {
whitespace: 'condense'
whitespace: 'condense',
comments: false
}
}
}) as Plugin,
Expand Down

0 comments on commit 443d277

Please sign in to comment.