serverless-plugin-optimize
serverless-plugin-optimize copied to clipboard
⛔️ DEPRECATED ⛔️ Bundle with Browserify, transpile and minify with Babel automatically to your NodeJS runtime compatible JavaScript
Adds in Node 16 compatibility now that [AWS supports it](https://aws.amazon.com/about-aws/whats-new/2022/05/aws-lambda-adds-support-node-js-16/) Adds in a [schema for Serverless 3 compatibility](https://www.serverless.com/framework/docs/guides/plugins/custom-configuration)
when looking at this part of the documentation: > external Array of modules to be copied into node_modules instead of being loaded into browserify bundle. Note that external modules will...
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...
I've created a PR that adds Node 16 compatibility and extends the schema for serverless 3 compatibility. Would love to see this get merged in (version needs bumping, but i'm...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
``` Serverless: Typescript compiled. Serverless: Optimize: starting engines Serverless: Optimize: accounts-dev-main Syntax Error ------------------------------------------- SyntaxError: Unexpected token (19074:12) while parsing /Users//services/node_modules/@prisma/client/runtime/index.js while parsing file: /Users//services/node_modules/@prisma/client/runtime/index.js at DestroyableTransform.end [as _flush] (/Users//services/node_modules/insert-module-globals/index.js:114:21)...
When I set `external` in the serverless.yml options to be the name of two node modules (which exist) I get the following error: `ENOENT: no such file or directory, lstat...
## Issue: severless-plugin-optimize try to access wrong directory "node_mnode_modules" ### Symptom ``` Exception ----------------------------------------------- [OperationalError: ENOENT: no such file or directory, stat '/Users/kmin/Documents/001_delivery_2021/999/development/floaws/.build/node_mnode_modules/swagger-ui-dist'] { cause: [Error: ENOENT: no such file...
There are some security issues listed by Snyk (indirect high vulnerabilities) that could be blocking to promote apps to production. [Snyk Advisor for serverless-plugin-optimize](https://snyk.io/advisor/npm-package/serverless-plugin-optimize)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...