UNPKG

@kcinternals/heft-esbuild-plugin

Version:
13 lines 292 B
/** * 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