npm.io
0.19.4 • Published 1 month ago

@chialab/wds-plugin-rna

Licence
MIT
Version
0.19.4
Deps
10
Size
24 kB
Vulns
0
Weekly
0
Stars
183

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.

NPM

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.