serverless-runtime-babel icon indicating copy to clipboard operation
serverless-runtime-babel copied to clipboard

Babel runtime for v.0.5 of the Serverless Framework

Results 13 serverless-runtime-babel issues
Sort by recently updated
recently updated
newest added

Hello, The babel-runtime is awesome (and much easier to test code with than the optimizer-plugin). However, after migrating to the babel-runtime, I noticed that my lambdas are significantly larger than...

Hello (again), So some `node_modules` have requires like so: ``` javascript var something = require(__dirname + '/something.js'); ``` And, when deployed, will throw an error like: `"Cannot find module '/node_modules/.../something.js'"`...

will this plugin respect the `.babelrc` in the root of my project? If so, do I still need to specify `custom.runtime.babel.presets` in my `s-project.json`? thanks in advance!