@app-config/vite
v2.9.0-beta.1
Published
Vite plugin for @app-config
Downloads
24
Readme
App Config Vite
Use app-config with vite.
Install:
yarn add -D @app-config/vite
Add to your vite.config.js
:
import appConfigVite from '@app-config/vite';
export default {
plugins: [appConfigVite()],
};
This will allow you to use the config
export from @app-config/main
without calling loadConfig
!