@app-config/vite
v2.9.0-beta.3
Published
Vite plugin for @app-config
Readme
App Config Vite
Use app-config with vite.
Install:
yarn add -D @app-config/viteAdd 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!
