UNPKG

@kcinternals/heft-esbuild-plugin

Version:
13 lines 308 B
/** * Plugin name. * * @public */ export declare const PLUGIN_NAME: "esbuild-plugin"; /** * The error message when user enabled watch mode. * * @internal */ export declare const UNSUPPORTED_WATCH_MODE: "Esbuild is only available when running without watch mode."; //# sourceMappingURL=shared.d.ts.map