chore: minor change

This commit is contained in:
Abhijith Vijayan [FLUXON] 2025-06-24 00:34:13 +05:30
parent 692a97d2c0
commit 840fb9bd5f

View File

@ -27,6 +27,11 @@ export default defineConfig(({ mode }) => {
},
},
define: {
__DEV__: isDevelopment,
__TARGET_BROWSER__: JSON.stringify(targetBrowser),
},
plugins: [
react(),
@ -99,10 +104,5 @@ export default defineConfig(({ mode }) => {
},
},
},
define: {
__DEV__: isDevelopment,
__TARGET_BROWSER__: JSON.stringify(targetBrowser),
},
};
});