How to clear the comments in the template after packaging? #450
-
Related pluginsDescribe the bugHow to clear the comments in the template after packaging? Reproductionno Steps to reproduceSystem Infowin11 Used Package Managerpnpm LogsNo response Validations
|
Beta Was this translation helpful? Give feedback.
Answered by
junxiongchu
Jan 18, 2024
Replies: 1 comment
-
try setting it like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
edison1105
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try setting it like this:
vue({ template: { compilerOptions: { comments: false } } })