Skip to content

Commit d9f4d1d

Browse files
committed
Migrate legalComments config
1 parent a90cfe6 commit d9f4d1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export default defineConfig(async ({ command, mode, isPreview }) => {
219219
build: {
220220
rolldownOptions: {
221221
output: {
222-
legalComments: 'none',
222+
comments: { legal: false },
223223
},
224224
treeshake:
225225
mode === 'production'

0 commit comments

Comments
 (0)