Skip to content

thetrevdev/serverless-webpack-offline-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-webpack-offline-reload

Webpack compilations will clear the handler cache in serverless-offline

This is an alternative to the offline option --reloadHandler which will reload the handler on every request. Instead this will let the handler be cached between runs but updated on each new compilation.

Install

npm install --save-dev serverless-webpack-offline-reload

Usage

Serverless configuration

Add it to your list of plugins

serverless.yaml:

plugins:
  - serverless-offline
  - serverless-webpack
  - serverless-webpack-offline-reload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published