A plugin for the Web Dev Server to transpile sources using the RNA bundler.
npm install @chialab/wds-plugin-rna
Wds Plugin RNA • A plugin for the Web Dev Server to transpile sources using the RNA bundler.
---
``sh`
npm i @chialab/wds-plugin-rna -D
`sh`
yarn add @chialab/wds-plugin-rna -D
`js
import rnaPlugin from '@chialab/wds-plugin-rna';
import { startDevServer } from '@web/dev-server';
await startDevServer({
plugins: [rnaPlugin()],
});
``
---
Wds Plugin RNA is released under the MIT license.