RNA Config Loader
A JavaScript module to load and setup RNA configuration object.
RNA cli development is deprecated and discontinued. It's recommended to use RNA plugins directly in your projects using vite, esbuild, or other supported tools.
Install
npm i @chialab/rna-config-loader -D
yarn add @chialab/rna-config-loader -D
pnpm add @chialab/rna-config-loader -D
Usage
import '@chialab/rna-config-loader';
License
RNA Config Loader is released under the MIT license.