@kcinternals/heft-esbuild-plugin
Version:
heft-plugin for bundling with esbuild
13 lines • 292 B
JavaScript
/**
* Plugin name.
*
* @public
*/
export const PLUGIN_NAME = "esbuild-plugin";
/**
* The error message when user enabled watch mode.
*
* @internal
*/
export const UNSUPPORTED_WATCH_MODE = `Esbuild is only available when running without watch mode.`;
//# sourceMappingURL=shared.js.map