@chialab/wds-plugin-legacy
v0.19.1
Published
Transform esm modules served by the web dev server into SystemJS modules for legacy browser compatibility.
Readme
Wds Plugin Legacy
Transform esm modules served by the Web Dev Server into SystemJS modules for legacy browser compatibility.
[!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-legacy -Dyarn add @chialab/wds-plugin-legacy -Dpnpm add @chialab/wds-plugin-legacy -DUsage
import { legacyPlugin } from '@chialab/wds-plugin-legacy';
import { startDevServer } from '@web/dev-server';
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.
