UNPKG

@kitchenshelf/serverless-rspack

Version:

[Serverless Framework](https://www.serverless.com) plugin for zero-config JavaScript and TypeScript code bundling using the high performance Rust-based JavaScript bundler [`rspack`](https://rspack.dev/guide/start/introduction)

8 lines 318 B
import { __awaiter } from "tslib"; export function AfterDeployFunctionPackageFunction() { return __awaiter(this, void 0, void 0, function* () { this.log.verbose('[sls-rspack] after:deploy:function:packageFunction'); yield this.cleanup(); }); } //# sourceMappingURL=after-package-function.js.map