-
One of the projects I've inherited uses this plugin. I see that it is deprecated.
The README just says that this is a child of `serverless-optimizer-plugin`. That doesn't give me a ton of informati…
jdgcj updated
2 years ago
-
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 t…
-
So, getting this error:
```
JS_Parse_Error {
message: 'Unexpected token: name (tempPass)',
filename: 'C:\\Users\\...\\_meta\\_tmp\\clientApi@1461203961098\\optimized\\clientApi\\_serverless_handl…
-
Hey @joostfarla -- Fantastic step forward on solving the ES6 `use strict` optimizer problem. Command line test works perfectly!
Related to Serverless optimizer and deployment issue,
[ES2015 Deployed …
-
Hi, thanks for this great plugin that makes everything easier!
Is it possible to conditionally load the plugin or not depending on the stage we are? Eg: I don't want to bundle when I am running ser…
arqex updated
4 years ago
-
What are the plans to upgrade this plugin to 1.0 .. or maintain it in general. I think it would be great to have on "standard" plugin that takes care es6 and bundling (if it really helps).
Currently…
-
Hi - Isn't this a bug in the includePaths?
https://github.com/serverless/serverless-optimizer-plugin/blob/master/index.js#L288
Shouldn't it be something like:
```
let destDir = (fs.lstatSync(path.j…
-
I'm testing the v0.5 branch for the serverless guys and looks like there is a problem with the optimizer plugin and the new code. I'm able to deploy without issue if serverless-optimizer-plugin is no…
-
The serverless-optimizer-plugin does not appear to be observing `'use strict’;` Thus, not defining a variable with `var` is ignored and when the code is deployed, it crashes in the Lambda environment.…
-
Hi there.
Using version 4.2.1-rc.1 of serverless-optimizer-plugin and serverless versions:
Framework Core: 2.55.0 (local)
Plugin: 5.5.1
SDK: 4.3.0
Components: 3.18.1
Other plugins:
```
…