README
Esbuild Plugin Webpack Include • A plugin for esbuild that converts the `webpackInclude` syntax.
Install
$ npm i @chialab/esbuild-plugin-webpack-include -D
$ yarn add @chialab/esbuild-plugin-webpack-include -D
Usage
import esbuild from 'esbuild';
import webpackIncludePlugin from '@chialab/esbuild-plugin-webpack-include';
await esbuild.build({
plugins: [
webpackIncludePlugin(),
],
});
License
Esbuild Plugin Webpack Include is released under the MIT license.