@chialab/wds-plugin-rna
v0.19.1
Published
A plugin for the Web Dev Server to transpile sources using the RNA bundler.
Readme
Wds Plugin RNA
A plugin for the Web Dev Server to transpile sources using the RNA bundler.
[!CAUTION] 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 -Dyarn add @chialab/wds-plugin-rna -Dpnpm 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.
