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

0.18.0 • Public • Published

Wds Plugin Legacy • Transform esm modules served by the Web Dev Server into SystemJS modules for legacy browser compatibility.

NPM


Install

npm i @chialab/wds-plugin-legacy -D
yarn add @chialab/wds-plugin-legacy -D

Usage

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

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

This is similar to the official legacy plugin, but with a different polyfill strategy.


License

Wds Plugin Legacy is released under the MIT license.

Package Sidebar

Install

npm i @chialab/wds-plugin-legacy

Weekly Downloads

26

Version

0.18.0

License

MIT

Unpacked Size

12.6 kB

Total Files

11

Last publish

Collaborators

  • chialab-admin
  • chialab-developers