diff --git a/vite.config.js b/vite.config.js index 65f6ff95..db02fd83 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,13 +8,13 @@ import createSvgSpritePlugin from 'vite-plugin-svg-sprite'; // https://vitejs.dev/config/ export default ({ mode }) => { - const env = loadEnv(mode, process.cwd(), ''); + // const env = loadEnv(mode, process.cwd(), ''); return defineConfig({ base: '/crm', define: { - 'process.env': JSON.parse(JSON.stringify(env) - .replaceAll('VITE_', 'VUE_APP_')), + // 'process.env': JSON.parse(JSON.stringify(env) + // .replaceAll('VITE_', 'VUE_APP_')), }, server: { host: true,