UNPKG

@kcinternals/heft-esbuild-plugin

Version:
16 lines 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UNSUPPORTED_WATCH_MODE = exports.PLUGIN_NAME = void 0; /** * Plugin name. * * @public */ exports.PLUGIN_NAME = "esbuild-plugin"; /** * The error message when user enabled watch mode. * * @internal */ exports.UNSUPPORTED_WATCH_MODE = `Esbuild is only available when running without watch mode.`; //# sourceMappingURL=shared.js.map