UNPKG

@storm-software/build-tools

Version:

A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.

9 lines (7 loc) 668 B
declare const DEFAULT_JS_BANNER = "\n// ---------------------------------------\n// \uD83D\uDDF2 Built by Storm Software\n// ---------------------------------------\n"; declare const DEFAULT_CSS_BANNER = "\n/* ---------------------------------------\n \uD83D\uDDF2 Built by Storm Software\n --------------------------------------- */\n"; declare const DEFAULT_ENVIRONMENT = "production"; declare const DEFAULT_PLATFORM = "neutral"; declare const DEFAULT_TARGET = "esnext"; declare const DEFAULT_ORGANIZATION = "storm-software"; export { DEFAULT_CSS_BANNER, DEFAULT_ENVIRONMENT, DEFAULT_JS_BANNER, DEFAULT_ORGANIZATION, DEFAULT_PLATFORM, DEFAULT_TARGET };