We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7037d commit b0b65cdCopy full SHA for b0b65cd
vite.config.ts
@@ -1,6 +1,6 @@
1
import type { ConfigEnv, UserConfigExport } from 'vite'
2
import dts from 'vite-plugin-dts'
3
-import { name, PascalCasedName } from './package.json'
+import { PascalCasedName, name } from './package.json'
4
5
// https://vitejs.dev/config/
6
export default ({ command }: ConfigEnv): UserConfigExport => {
0 commit comments