@chialab/wds-plugin-rna
v0.19.0
Published
A plugin for the Web Dev Server to transpile sources using the RNA bundler.
Readme
Install
npm i @chialab/wds-plugin-rna -Dyarn add @chialab/wds-plugin-rna -DUsage
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.
