This package has been deprecated

Author message:

this module is no longer supported

@chialab/wds-plugin-commonjs
TypeScript icon, indicating that this package has built-in type declarations

0.12.2 • Public • Published

Wds Plugin Commonjs • A commonjs to esm transformer for the Web Dev Server.

NPM

⚠️ The development of this plugin has been suspended as it has been replaced by another plugin in the RNA ecosystem, but it can be a reference for other developers.


Install

$ npm i @chialab/wds-plugin-commonjs -D
$ yarn add @chialab/wds-plugin-commonjs -D

Usage

import { startDevServer } from '@web/dev-server';
import { commonjsPlugin } from '@chialab/wds-plugin-commonjs';

await startDevServer({
    plugins: [
        commonjsPlugin(),
    ],
});

License

Wds Plugin Commonjs is released under the MIT license.

Package Sidebar

Install

npm i @chialab/wds-plugin-commonjs

Weekly Downloads

24

Version

0.12.2

License

MIT

Unpacked Size

4.45 kB

Total Files

5

Last publish

Collaborators

  • chialab-admin
  • chialab-developers