Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all examples #626

Merged
merged 2 commits into from
Aug 4, 2020
Merged

Update all examples #626

merged 2 commits into from
Aug 4, 2020

Commits on Jul 31, 2020

  1. Update all examples

    So they are up to date with deps and they are all working (for sure: I've tested them one by one)
    
    Upgrade `"serverless-webpack": "file:../..",` to `"serverless-webpack": "^5.3",` because each test resulted in `Error: Cannot find module 'webpack'` ... (only with NPM not with Yarn)
    
    - remove outdated `babel` example because it use webpack 3 and it's superseded by `babel-webpack-4`
    - remove `serverless-offline` example as other one already use serverless-offline
    - update all examples to latest deps version
    j0k3r committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    f023145 View commit details
    Browse the repository at this point in the history
  2. Update Travis config

    Avoid double build when PR is created on upstream (a build for PR and one for push).
    Only run coverage one build (and send coverage only once instead of twice). Also don't run coverage on Appveyor as we don't use it.
    j0k3r committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    7d4c09b View commit details
    Browse the repository at this point in the history