@justeattakeaway/pie-components-config
v0.18.0
Published
Shared configuration files for PIE components
Downloads
100
Maintainers
Keywords
Readme
pie-components-config
The purpose of this package is to centralize components configurations (build, testing, etc...) in one place to avoid synchronization issues and unnecessary maintenance.
Vite
To use the shared config, all you need to do is import and re-export it in your own vite.config.js
:
import viteConfig from '@justeattakeaway/pie-components-config/vite.config';
export default viteConfig;
You can also override any values by passing in an object which will be merged deeply with the default values.