@chialab/esbuild-plugin-unwebpack
v0.19.0
Published
Remove webpack features from sources.
Readme
Install
npm i @chialab/esbuild-plugin-unwebpack -Dyarn 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.
