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.
npm install serverless-js-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures the plugin in serverless.yml to transpile JavaScript and output to build/ directory.
Use actively maintained alternatives like serverless-webpack or serverless-bundle.
Set handler to e.g. build/index.handler instead of src/index.handler.
Run npm install serverless-js-transpiler --save-dev and add 'serverless-js-transpiler' to plugins list in serverless.yml.
Run serverless package or serverless deploy first to generate build/.