JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 176
  • Score
    100M100P100Q109775F
  • License MIT

Serverless Optimizer Plugin - Optimizers for reducing Lambda file sizes and improving performance

Package Exports

  • serverless-optimizer-plugin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-optimizer-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Serverless Optimizer Plugin

Currently a work in progress :) Needs to print debug information but there is currently a bug there.

Looks for the following properties on your Functions in s-function.json:

"custom": {
    "optimize": {
        "browserify": {
            "babelify": true
        },
        "minify": true
    }
}