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

build: Migrate to Vite 🚀 #6713

Merged
merged 88 commits into from
Jul 26, 2023
Merged

build: Migrate to Vite 🚀 #6713

merged 88 commits into from
Jul 26, 2023

Commits on Apr 10, 2023

  1. init

    Weslley Braga committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3c19128 View commit details
    Browse the repository at this point in the history
  2. add: vite dev build working

    Weslley Braga committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6f7cfe5 View commit details
    Browse the repository at this point in the history
  3. fix: href serving from public

    Weslley Braga committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    dca0306 View commit details
    Browse the repository at this point in the history
  4. feat: add ejs plugin

    Weslley Braga committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    dbe3123 View commit details
    Browse the repository at this point in the history
  5. feat: migrated env files and ejs templating

    Weslley Braga committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    b7558ff View commit details
    Browse the repository at this point in the history
  6. chore: add types related to envs

    Weslley Braga committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    1320a21 View commit details
    Browse the repository at this point in the history
  7. chore: add vite-env types

    Weslley Braga committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    da8a52b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. feat: support vite pwa

    Weslley Braga committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a7f1e98 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade vite pwa

    Weslley Braga committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1a0c288 View commit details
    Browse the repository at this point in the history
  3. chore: pin node version to 16.18.1

    Weslley Braga committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a7a593d View commit details
    Browse the repository at this point in the history
  4. chore: preserve use of nodejs 14

    Weslley Braga committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0aae517 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. refactor: preserve REACT_APP as env prefix

    Weslley Braga committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    8ffae42 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. chore: support esm environment variables

    Weslley Braga committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    709692a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    0a41133 View commit details
    Browse the repository at this point in the history
  2. fix ts config

    ad1992 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5c5760a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    316203a View commit details
    Browse the repository at this point in the history
  2. introduce import-meta-loader for building pacakge as webpack isn't co…

    …mpatible with import.meta syntax
    ad1992 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2436bf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. lint

    ad1992 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6aad614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a9176 View commit details
    Browse the repository at this point in the history
  3. set debug flag to false

    ad1992 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    fdb86e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. migrate to vitest and use jest-canvas-mock 2.4.0 so its comp

    atible with vite
    ad1992 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6c516c2 View commit details
    Browse the repository at this point in the history
  2. integrate vitest-ui

    ad1992 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0c8d402 View commit details
    Browse the repository at this point in the history
  3. fix most of teh test

    ad1992 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    16d47f1 View commit details
    Browse the repository at this point in the history
  4. snaps

    ad1992 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f80199f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    666880f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2d29f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. fix more test

    ad1992 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9dbc0dc View commit details
    Browse the repository at this point in the history
  2. fix more

    ad1992 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b4e22ad View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. fix flip.test.tsx

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    88f55e8 View commit details
    Browse the repository at this point in the history
  2. fix contentxmenu snaps

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3128698 View commit details
    Browse the repository at this point in the history
  3. fix regression snaps

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e3cb1a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a89c4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    717fe4e View commit details
    Browse the repository at this point in the history
  6. use node 16

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9a0ec57 View commit details
    Browse the repository at this point in the history
  7. specify node version

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b9284fb View commit details
    Browse the repository at this point in the history
  8. use node 16 in lint as well

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2a0b069 View commit details
    Browse the repository at this point in the history
  9. fix mobile.test.tsx

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    449eb29 View commit details
    Browse the repository at this point in the history
  10. use node 16

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d95e45e View commit details
    Browse the repository at this point in the history
  11. add style-loader

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    5358d7c View commit details
    Browse the repository at this point in the history
  12. upgrade to node 18

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    eadc00b View commit details
    Browse the repository at this point in the history
  13. fix lint package.json

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    db87f6b View commit details
    Browse the repository at this point in the history
  14. support eslint with vite

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    63525d8 View commit details
    Browse the repository at this point in the history
  15. fix lint

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4eade57 View commit details
    Browse the repository at this point in the history
  16. fix lint

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c51452e View commit details
    Browse the repository at this point in the history
  17. fix ts

    ad1992 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d4c247f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. remove pwa/sw stuff

    ad1992 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    dee2c13 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

    ad1992 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8fb64e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b7c069 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. don't cache locales

    ad1992 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    298b977 View commit details
    Browse the repository at this point in the history
  2. fix regex

    ad1992 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e89cd11 View commit details
    Browse the repository at this point in the history
  3. add fonts cache

    ad1992 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ae3c0b1 View commit details
    Browse the repository at this point in the history
  4. tweak

    ad1992 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    28e81f8 View commit details
    Browse the repository at this point in the history
  5. add custom service worker

    ad1992 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4564242 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    be75dcc View commit details
    Browse the repository at this point in the history
  2. cache fonts.css and locales

    ad1992 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    584acb7 View commit details
    Browse the repository at this point in the history
  3. tweak

    ad1992 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    93b95fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3616a2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    579dc6f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    0cfed6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cf371c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50acfed View commit details
    Browse the repository at this point in the history
  4. remove manifestTransforms and fix glob pattern for locales to filter …

    …from workbox pre-cache
    ad1992 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    096f2e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    f9039c2 View commit details
    Browse the repository at this point in the history
  2. push sourcemaps in production

    ad1992 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    47b8293 View commit details
    Browse the repository at this point in the history
  3. add comments in config

    ad1992 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d973a75 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

    ad1992 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d089d44 View commit details
    Browse the repository at this point in the history
  3. use node 18

    ad1992 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    cf1fedf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdce658 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    99d56b5 View commit details
    Browse the repository at this point in the history
  2. disable pwa in dev

    ad1992 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    512a26c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c515d4 View commit details
    Browse the repository at this point in the history
  4. fix

    ad1992 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3b4bd16 View commit details
    Browse the repository at this point in the history
  5. fix

    ad1992 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    033e1dc View commit details
    Browse the repository at this point in the history
  6. increase limit of bundle

    ad1992 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ee3ebaf View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. upgrade vite-pwa to latest

    ad1992 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    254d47e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75b546 View commit details
    Browse the repository at this point in the history
  3. fon't club en.json and percentages.json with manual locales chunk to …

    …fix first load+offline mode
    ad1992 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    01c79c6 View commit details
    Browse the repository at this point in the history
  4. tweak regex

    ad1992 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    118b706 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7c2377 View commit details
    Browse the repository at this point in the history
  6. add comment

    ad1992 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fdf7c6d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. use any instead of ts-ignore

    ad1992 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a29ff88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db8806b View commit details
    Browse the repository at this point in the history
  3. cleanup

    ad1992 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    480157e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b098c07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9dcbbc View commit details
    Browse the repository at this point in the history