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

Attempt to reduce bundle size #197

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Attempt to reduce bundle size #197

wants to merge 5 commits into from

Commits on May 13, 2024

  1. Fix yarn run build

    yarn run build failed to run, due to following error:
    
        ERROR in sharetribe-flex-sdk-web.js from Terser
        Error: error:0308010C:digital envelope routines::unsupported
    
    Read more here: webpack/webpack#14532
    
    To fix the issue:
    
    - Upgrade webpack to 4.47.0 (see: webpack/webpack#17628)
    - Add `resolutions` block for terser-webpack-plugin until this PR is
      merged (webpack/webpack#17659)
    rap1ds committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6539150 View commit details
    Browse the repository at this point in the history
  2. Fix yarn install (on Apple Silicon)

    fsevents added support for Apple Silicon in v2.3
    rap1ds committed May 13, 2024
    Configuration menu
    Copy the full SHA
    dc094df View commit details
    Browse the repository at this point in the history
  3. Update jsonwebtoken

    This will potentially reduce bundle size
    rap1ds committed May 13, 2024
    Configuration menu
    Copy the full SHA
    274d4d7 View commit details
    Browse the repository at this point in the history
  4. Babel lodash plugin

    rap1ds committed May 13, 2024
    Configuration menu
    Copy the full SHA
    01beba1 View commit details
    Browse the repository at this point in the history
  5. Build

    rap1ds committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8ac2ddc View commit details
    Browse the repository at this point in the history