fix:Vite CJS Node API deprecated waring

This commit is contained in:
崮生
2025-01-08 01:18:50 +00:00
parent 49fc9b5412
commit 90fa5ffd81
4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
module.exports = {
export default {
plugins: {
autoprefixer: {}
}