2.9.0-beta.1 • Published 11 months ago

@app-config/vite v2.9.0-beta.1

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
11 months ago

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!

2.9.0-beta.1

11 months ago

2.8.7

1 year ago

2.8.6

1 year ago

2.8.5

2 years ago

2.8.3

2 years ago

2.8.4

2 years ago

2.8.2

2 years ago

2.8.1

3 years ago

3.0.0-alpha.6

3 years ago

2.8.0

3 years ago

2.7.2

3 years ago

2.7.1

3 years ago

2.7.0

3 years ago

2.6.1

3 years ago

2.6.0

3 years ago