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

Infrastructure: Update build tooling to use webpack v5 #5792

Merged
merged 203 commits into from
Mar 2, 2022

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    8af1aec View commit details
    Browse the repository at this point in the history
  2. Update karma-webpack to work with webpack 5

    Only the 5.0.0-alpha version is compatible with webpack 5, and it does not support the alternative usage we’ve been using anymore.
    
    Reverts #2887 because of that.
    swissspidy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    ac62f42 View commit details
    Browse the repository at this point in the history
  3. Remove usage of process

    `process` is no longer defined in webpack 5
    swissspidy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c0dd4e0 View commit details
    Browse the repository at this point in the history
  4. Tests: Define process.env.RTL_SKIP_AUTO_CLEANUP

    Used by React Testing Library.
    
    Since webpack 5 does no longer polyfill `process`, we need to to that ourselves.
    swissspidy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    11de457 View commit details
    Browse the repository at this point in the history
  5. Use window instead of global

    Needed because webpack 5 no longer polyfills `global` to be `window`.
    swissspidy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    7a80f98 View commit details
    Browse the repository at this point in the history
  6. Fix dynamic imports

    swissspidy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    407c5d3 View commit details
    Browse the repository at this point in the history
  7. Add some safeguard

    swissspidy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    04d51fc View commit details
    Browse the repository at this point in the history
  8. Lint fixes

    swissspidy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    9be2516 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Fix JS tests

    swissspidy committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ff5e07d View commit details
    Browse the repository at this point in the history
  2. Lint fix

    swissspidy committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    7437b9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e09fdbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b33834d View commit details
    Browse the repository at this point in the history
  5. Update docs

    swissspidy committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    8efadc8 View commit details
    Browse the repository at this point in the history
  6. Lint fix

    swissspidy committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    c40b487 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    bf86991 View commit details
    Browse the repository at this point in the history
  2. Fix global usage

    swissspidy committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f40e847 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    64cd792 View commit details
    Browse the repository at this point in the history
  2. lint fixes

    swissspidy committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ee04b2c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    e827eaa View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    bb024e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    b77b2d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    35e9041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a22ec0b View commit details
    Browse the repository at this point in the history
  3. Update isDevelopment check

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0cd6dc1 View commit details
    Browse the repository at this point in the history
  4. Add webpack 5 builder

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    209b203 View commit details
    Browse the repository at this point in the history
  5. Update webpack-cli

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    c32ee7b View commit details
    Browse the repository at this point in the history
  6. Fix DefinePlugin usage

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    8357a3e View commit details
    Browse the repository at this point in the history
  7. Fix storybook config

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e3b2dd0 View commit details
    Browse the repository at this point in the history
  8. fix fonts package imports

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    462e85a View commit details
    Browse the repository at this point in the history
  9. Update webpack usage

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9b591cf View commit details
    Browse the repository at this point in the history
  10. Fix global usage

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    6f198d0 View commit details
    Browse the repository at this point in the history
  11. More storybook updates

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e939dbb View commit details
    Browse the repository at this point in the history
  12. Lint fix

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    47931ea View commit details
    Browse the repository at this point in the history
  13. Update karma config

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9769524 View commit details
    Browse the repository at this point in the history
  14. Update jest config

    swissspidy committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e4a12a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    76be61b View commit details
    Browse the repository at this point in the history
  2. Update stylelintignore

    swissspidy committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    dcddc4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6461b61 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. back to commonjs

    swissspidy committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    bb93116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d863c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c3a395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b263b65 View commit details
    Browse the repository at this point in the history
  5. update deps

    swissspidy committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    24e9bb1 View commit details
    Browse the repository at this point in the history
  6. Update patch-package

    swissspidy committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    adaa476 View commit details
    Browse the repository at this point in the history
  7. update deps once again

    swissspidy committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    5458940 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    e652c6b View commit details
    Browse the repository at this point in the history
  2. Revert some more changes

    swissspidy committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    9b42f2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc25f86 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    da4d88e View commit details
    Browse the repository at this point in the history
  2. Update patch file name

    swissspidy committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2ab6a48 View commit details
    Browse the repository at this point in the history
  3. Update lock file

    swissspidy committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    00eb44e View commit details
    Browse the repository at this point in the history
  4. Undo change to distignore

    swissspidy committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2092354 View commit details
    Browse the repository at this point in the history
  5. lint fixes

    swissspidy committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    251073a View commit details
    Browse the repository at this point in the history
  6. fix peer deps

    swissspidy committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    143d741 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e987d80 View commit details
    Browse the repository at this point in the history
  8. Patch storybook-rtl-addon

    swissspidy committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    3743ed5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    138eae0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    73f3320 View commit details
    Browse the repository at this point in the history
  2. Update storybook

    swissspidy committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    1a5bd6b View commit details
    Browse the repository at this point in the history
  3. Update css-loader

    swissspidy committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    337b31f View commit details
    Browse the repository at this point in the history
  4. Lint fix

    swissspidy committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    36c1a3d View commit details
    Browse the repository at this point in the history
  5. Fix import from block.json

    JSON modules no longer have named exports when importing from a strict ECMAScript module.
    swissspidy committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    95f8238 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    16feb56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de3311 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5efa5a1 View commit details
    Browse the repository at this point in the history
  4. Update some packages

    swissspidy committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    e5a8514 View commit details
    Browse the repository at this point in the history
  5. Update lock file

    swissspidy committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    bb03746 View commit details
    Browse the repository at this point in the history
  6. Update lock file

    swissspidy committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    011b06e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    edf4965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044a105 View commit details
    Browse the repository at this point in the history
  3. Update jest config

    swissspidy committed May 18, 2021
    Configuration menu
    Copy the full SHA
    33c27b8 View commit details
    Browse the repository at this point in the history
  4. Add todo

    swissspidy committed May 18, 2021
    Configuration menu
    Copy the full SHA
    df804f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f003e0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72dc280 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Merge branch 'main' into chore/update-webpack

    # Conflicts:
    #	package-lock.json
    #	package.json
    swissspidy committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    47a5d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e6660d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f9cd4e View commit details
    Browse the repository at this point in the history
  4. Remove Testing Library edge case handling

    Not needed anymore with v11.2.7+
    
    See testing-library/react-testing-library#911
    swissspidy committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    67ea513 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10fb622 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7245fc0 View commit details
    Browse the repository at this point in the history
  7. Add comment

    swissspidy committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    57d1669 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccb42d2 View commit details
    Browse the repository at this point in the history
  9. Ignore eslint warnings

    swissspidy committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    b08d96c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    dd6ac25 View commit details
    Browse the repository at this point in the history
  2. Lint fix

    swissspidy committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    90b3736 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    c01dc3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa64dba View commit details
    Browse the repository at this point in the history
  3. Update ESLint config

    swissspidy committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    720ad2c View commit details
    Browse the repository at this point in the history
  4. Update packages

    swissspidy committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    e79928b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    1a483a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    dfa14c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    f107262 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    2a740aa View commit details
    Browse the repository at this point in the history
  2. Fix order of dependencies

    swissspidy committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    58d0ac1 View commit details
    Browse the repository at this point in the history
  3. Add missing dependency

    swissspidy committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    22ce0d0 View commit details
    Browse the repository at this point in the history
  4. Remove thread-loader

    swissspidy committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    a41d36d View commit details
    Browse the repository at this point in the history
  5. Define missing global

    swissspidy committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    321f004 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    9a5f2b1 View commit details
    Browse the repository at this point in the history
  2. Update expose-loader

    swissspidy committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    265bac0 View commit details
    Browse the repository at this point in the history
  3. Lint fixes

    swissspidy committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    4c3cab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a3e93a View commit details
    Browse the repository at this point in the history
  5. Try using mangleExports

    swissspidy committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    c3b7b05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    159d654 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdbd272 View commit details
    Browse the repository at this point in the history
  8. Lint fixes

    swissspidy committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    463afd9 View commit details
    Browse the repository at this point in the history
  9. Update storybook packages

    swissspidy committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    beb6c22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    baaa09f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8432a42 View commit details
    Browse the repository at this point in the history
  12. Lint fixes

    swissspidy committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    51c2102 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    f94f20c View commit details
    Browse the repository at this point in the history
  2. Fix dep version

    swissspidy committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    3f717d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d680ef View commit details
    Browse the repository at this point in the history
  4. Update @svgr/webpack

    swissspidy committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0d924f0 View commit details
    Browse the repository at this point in the history
  5. Lint fix

    swissspidy committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    668b214 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    58035ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    684f450 View commit details
    Browse the repository at this point in the history
  3. Remove eslint disabled

    samwhale committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    0afe518 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. NOT DONE

    samwhale committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    78fc4d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    82af79b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4dc66c View commit details
    Browse the repository at this point in the history
  3. Revert "NOT DONE"

    This reverts commit 78fc4d0.
    samwhale committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    be28ddd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15d5371 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    de47299 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    6def948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcef06c View commit details
    Browse the repository at this point in the history
  3. Try fixing fonts import

    swissspidy committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    323fee1 View commit details
    Browse the repository at this point in the history
  4. Storybook works!

    samwhale committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    83b1bc7 View commit details
    Browse the repository at this point in the history
  5. remove file-loader from storybook rules

    * Align webpack config with svgr config in storybook
    samwhale committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    1ea71c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fac4f51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87f80b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    adde49a View commit details
    Browse the repository at this point in the history
  9. Use default presets

    * svgo 2.0 does not merge default plugins. We have to add those in manually
    samwhale committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    1dd7f67 View commit details
    Browse the repository at this point in the history
  10. Update config to use svgo defaults

    - make sure currentColor works as expected
    samwhale committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    a8fd419 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e66c25 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Get karma tests working

    samwhale committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    daed85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c874fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    856ff87 View commit details
    Browse the repository at this point in the history
  4. Fix failing tests + spelling

    * Add a mock for getBlurHashFromImage
    * Fix error where `SvgrURL` wasn't a valid tag name (not sure why)
    samwhale committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    cd14157 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38c8951 View commit details
    Browse the repository at this point in the history
  6. Fix lint rules

    samwhale committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6c33325 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    970408b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    741da73 View commit details
    Browse the repository at this point in the history
  9. Remove unneeded rules!

    samwhale committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    56e9f03 View commit details
    Browse the repository at this point in the history
  10. Remove dead code

    samwhale committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    714fc52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6c820d View commit details
    Browse the repository at this point in the history
  12. Assorted fixes

    * add 'require' as a global in eslintrc
    * remove file wide rules that only apply to one line
    * remove `existsSync`. Let #10346 deal with that
    samwhale committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    dbc5e3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71a4fab View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Fix png rule

    samwhale committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    26f8313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b8edc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b1cc9e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Updates to svg in moveable package

    * make svg white since it needs to be white
    * change webpack config to try to load it in as an inline asset
    samwhale committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    71ba4ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    933946a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    1f85854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ef1d82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa32e94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cb26ad View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    8578874 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    97cc89d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Webworker works

    * load in blurhash from skypack. This avoids the need to map 'blurhash' import to a local pckg.
    samwhale committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    1f5ce78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e33a2 View commit details
    Browse the repository at this point in the history
  3. Fix lint probs

    samwhale committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    a1418d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. WIP: Trying to inline blurhash in webworker script

    * Add blurhash back in as a dependency
    * Add logging all over the place
    samwhale committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    f35afad View commit details
    Browse the repository at this point in the history
  2. Worker-loader can still work

    samwhale committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    c416836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec18cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3722a9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    862cf5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    665eaf7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9371cb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5883989 View commit details
    Browse the repository at this point in the history
  9. Remove extra webpack logging

    `
    samwhale committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    23d7aed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ce26bc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Fix ESLint config

    swissspidy committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    94bc0c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a00a9cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5db3ad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e773f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24900cf View commit details
    Browse the repository at this point in the history
  6. Update blurhash package

    swissspidy committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b449e83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f7ff2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a51353 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d6ded1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c421190 View commit details
    Browse the repository at this point in the history
  11. Fix JSDoc in Rollup config

    swissspidy committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    1f7b6b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d4a4619 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f98f4fd View commit details
    Browse the repository at this point in the history
  14. Restore workaround

    swissspidy committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    efaa8f2 View commit details
    Browse the repository at this point in the history
  15. Lint fix

    swissspidy committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    030c7c2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    795b724 View commit details
    Browse the repository at this point in the history
  17. Add todo

    swissspidy committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    47a4499 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e8188a8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4bc54d3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    176fe5d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    30e02ab View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    8481b5d View commit details
    Browse the repository at this point in the history
  2. Add SVG documentation

    samwhale committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6f8a75d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22e03aa View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    88e3997 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    bc13f1d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    a3162d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e0a38 View commit details
    Browse the repository at this point in the history
  3. Small cleanup

    * add removed empty line in story-editor/package.json
    * remove unneeded named export in svgrMock
    * remove unneeded comment
    samwhale committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    9099fbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    670d289 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6403518 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    876420d View commit details
    Browse the repository at this point in the history