update vite.config.js

This commit is contained in:
RuoYi 2022-03-18 15:11:49 +08:00
parent a5c8a36031
commit 7d4b0c6c1e
1 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ export default defineConfig(({ mode, command }) => {
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
}
},
}
},
//fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file
css: {
@ -51,8 +51,8 @@ export default defineConfig(({ mode, command }) => {
}
}
}
],
},
},
]
}
}
}
})