UNPKG

serverless-esbuild

Version:

Serverless plugin for zero-config JavaScript and TypeScript code bundling using extremely fast esbuild

9 lines 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_EXTENSIONS = exports.ONLY_PREFIX = exports.WORK_FOLDER = exports.BUILD_FOLDER = exports.SERVERLESS_FOLDER = void 0; exports.SERVERLESS_FOLDER = '.serverless'; exports.BUILD_FOLDER = '.build'; exports.WORK_FOLDER = '.esbuild'; exports.ONLY_PREFIX = '__only_'; exports.DEFAULT_EXTENSIONS = ['.ts', '.js', '.jsx', '.tsx']; //# sourceMappingURL=constants.js.map