{"library":"serverless-js-transpiler","title":"serverless-js-transpiler","description":"A Serverless Framework plugin for transpiling JavaScript to ES2015/16/17 using Babel. Version 0.1.1 is a work-in-progress with no recent releases. It integrates with the serverless lifecycle to transpile files before packaging or deployment. Compared to alternatives like serverless-webpack or serverless-bundle, this plugin is minimal but lacks maintenance and documentation.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install serverless-js-transpiler"],"cli":null},"imports":["// Add to serverless.yml plugins section:\nplugins:\n  - serverless-js-transpiler"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# serverless.yml\nplugins:\n  - serverless-js-transpiler\n\nprovider:\n  name: aws\n  runtime: nodejs12.x\n\nfunctions:\n  hello:\n    handler: build/handler.hello\n    events:\n      - http:\n          path: hello\n          method: get\n","lang":"javascript","description":"Configures the plugin in serverless.yml to transpile JavaScript and output to build/ directory.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}