mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
chore: remove unneeded slienceDeprecations
(#18589)
This commit is contained in:
parent
ce0eec91c9
commit
7a33f6fabf
@ -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`,
|
||||
|
Loading…
Reference in New Issue
Block a user