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

0.18.0 • Public • Published

esbuild-plugin-unwebpack • Remove webpack features from sources.

NPM


Install

npm i @chialab/esbuild-plugin-unwebpack -D
yarn add @chialab/esbuild-plugin-unwebpack -D

Usage

import esbuild from 'esbuild';
import unwebpackPlugin from '@chialab/esbuild-plugin-unwebpack';

await esbuild.build({
    plugins: [
        unwebpackPlugin(),
    ],
});

License

esbuild-plugin-unwebpack is released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @chialab/esbuild-plugin-unwebpack

Weekly Downloads

63

Version

0.18.0

License

MIT

Unpacked Size

10.7 kB

Total Files

5

Last publish

Collaborators

  • chialab-admin
  • chialab-developers