chore: remove unneeded slienceDeprecations (#18589)

This commit is contained in:
翠 / green 2024-11-06 13:59:38 +09:00 committed by GitHub
parent ce0eec91c9
commit 7a33f6fabf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ export default defineConfig({
return url.endsWith('.wxss') ? { contents: '' } : null
},
],
silenceDeprecations: ['legacy-js-api', 'import'],
silenceDeprecations: ['legacy-js-api'],
},
styl: {
additionalData: `$injectedColor ?= orange`,