@chialab/esbuild-plugin-unwebpack
v0.19.1
Published
Remove webpack features from sources.
Readme
Esbuild Plugin Unwebpack
A plugin for esbuild that removes webpack features from sources.
Install
npm i @chialab/esbuild-plugin-unwebpack -Dyarn add @chialab/esbuild-plugin-unwebpack -Dpnpm add @chialab/esbuild-plugin-unwebpack -DUsage
import unwebpackPlugin from '@chialab/esbuild-plugin-unwebpack';
import esbuild from 'esbuild';
await esbuild.build({
plugins: [unwebpackPlugin()],
});License
Esbuild Plugin Unwebpack is released under the MIT license.
