🚨 Format code
This commit is contained in:
@@ -2,7 +2,7 @@ import {defineConfig, loadEnv} from 'vite';
|
||||
import vue from '@vitejs/plugin-vue';
|
||||
import Components from 'unplugin-vue-components/vite';
|
||||
import * as path from 'path';
|
||||
import {nodePolyfills} from 'vite-plugin-node-polyfills'
|
||||
import {nodePolyfills} from 'vite-plugin-node-polyfills';
|
||||
|
||||
export default defineConfig(({mode}: { mode: string }): object => {
|
||||
const env: Record<string, string> = loadEnv(mode, process.cwd());
|
||||
@@ -58,5 +58,5 @@ export default defineConfig(({mode}: { mode: string }): object => {
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user