@kcinternals/heft-esbuild-plugin
Version:
heft-plugin for bundling with esbuild
15 lines (12 loc) • 341 B
JSON
{
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft-plugin.schema.json",
"taskPlugins": [
{
"pluginName": "esbuild-plugin",
"entryPoint": "./lib/EsbuildPlugin",
"optionsSchema": "./schemas/heft-esbuild-plugin.schema.json",
"parameterScope": "esbuild",
"parameters": []
}
]
}