Wds Plugin RNA
A plugin for the Web Dev Server to transpile sources using the RNA bundler.
Since we are moving away from the RNA cli, we are discontinuing the development of Web Dev Server plugins.
Install
npm i @chialab/wds-plugin-rna -D
yarn add @chialab/wds-plugin-rna -D
pnpm add @chialab/wds-plugin-rna -D
Usage
import rnaPlugin from '@chialab/wds-plugin-rna';
import { startDevServer } from '@web/dev-server';
await startDevServer({
plugins: [rnaPlugin()],
});
License
Wds Plugin RNA is released under the MIT license.