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

Replace Webpack with Vite #4765

Merged
merged 116 commits into from Feb 16, 2023
Merged

Replace Webpack with Vite #4765

merged 116 commits into from Feb 16, 2023

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    5690091 View commit details
    Browse the repository at this point in the history
  2. remove Webpack middleware

    hanspagel committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    db21c4d View commit details
    Browse the repository at this point in the history
  3. add basic Vite setup

    hanspagel committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    bc204ef View commit details
    Browse the repository at this point in the history
  4. globally load setimmediate

    hanspagel committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8bd0878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e130882 View commit details
    Browse the repository at this point in the history
  6. add Vite to the dev script

    hanspagel committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b5e5b84 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. configure build entry point

    hanspagel committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4947379 View commit details
    Browse the repository at this point in the history
  2. shim node global

    hanspagel committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    02e5ed7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    860b6a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f98cac5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. fix vite build process

    hanspagel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    4e352b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    594e8f7 View commit details
    Browse the repository at this point in the history
  3. add basic pwa support

    hanspagel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    4337dd8 View commit details
    Browse the repository at this point in the history
  4. fix dev server (wip)

    hanspagel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1d71ee1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b6d1e1 View commit details
    Browse the repository at this point in the history
  6. re-enable PWA build

    hanspagel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    bb20523 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb15ab9 View commit details
    Browse the repository at this point in the history
  8. fix concurrently task name

    hanspagel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    50973b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a41f35d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd472ab View commit details
    Browse the repository at this point in the history
  11. copy static files

    hanspagel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c23ca5d View commit details
    Browse the repository at this point in the history
  12. configure PWA

    hanspagel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    22008db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0960f8d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68e30b4 View commit details
    Browse the repository at this point in the history
  15. add old aliasses as a TODO

    hanspagel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    82dbe8b View commit details
    Browse the repository at this point in the history
  16. fix entrypoint

    hanspagel committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    20b8bb6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cb475ab View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. improve global shim

    hanspagel committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    59e6f3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d743ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    834c46a View commit details
    Browse the repository at this point in the history
  4. add TODO

    hanspagel committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d977989 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfb089d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31f5966 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50a7e60 View commit details
    Browse the repository at this point in the history
  8. remove webpack

    hanspagel committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    83c97a1 View commit details
    Browse the repository at this point in the history
  9. remove unused aliasses

    hanspagel committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    be91638 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into feat/replace-webpack-with-vite

    # Conflicts:
    #	package.json
    #	yarn.lock
    hanspagel committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b008898 View commit details
    Browse the repository at this point in the history
  11. fix prefetch tags

    hanspagel committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0e3e699 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    005bab2 View commit details
    Browse the repository at this point in the history
  13. add CDN URL to script tags

    hanspagel committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    96af0f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd89ad5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Merge branch 'main' into feat/replace-webpack-with-vite

    # Conflicts:
    #	package.json
    #	yarn.lock
    hanspagel committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    10516e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    245d919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3974674 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    9841e6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa6d3a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    120132b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    9ceb689 View commit details
    Browse the repository at this point in the history
  2. remove vite-plugin-pwa

    hanspagel committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f24ef96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    440fb32 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. fix tests

    hanspagel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    b04929d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    549881b View commit details
    Browse the repository at this point in the history
  3. fix types

    hanspagel committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    8011bdb View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    926402b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78e9dbb View commit details
    Browse the repository at this point in the history
  3. Merge main

    tommoor committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    eeb393d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    706e13e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/replace-webpack-with-vite' of github.com:outline/o…

    …utline into feat/replace-webpack-with-vite
    hanspagel committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0ded55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d12c606 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8478d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    43800ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2a2628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbeac9f View commit details
    Browse the repository at this point in the history
  4. add a todo (wip)

    hanspagel committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0cecb3f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/replace-webpack-with-vite' of github.com:outline/o…

    …utline into feat/replace-webpack-with-vite
    hanspagel committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6f2c598 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9e2a7b View commit details
    Browse the repository at this point in the history
  7. rewrite yarn.lock file

    hanspagel committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    24cfe60 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. update vite

    hanspagel committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b425669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55d664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    084f15e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db0ec6f View commit details
    Browse the repository at this point in the history
  5. revert node version change

    hanspagel committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    931305b View commit details
    Browse the repository at this point in the history
  6. fix tests

    hanspagel committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2df413f View commit details
    Browse the repository at this point in the history
  7. fix html path (again)

    hanspagel committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5a88492 View commit details
    Browse the repository at this point in the history
  8. fix CDN URL

    hanspagel committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d0a6e54 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    460834e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be4babe View commit details
    Browse the repository at this point in the history
  11. add base path (wip)

    hanspagel committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    34a1fe3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Attempt to fix path

    tommoor committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e03b08a View commit details
    Browse the repository at this point in the history
  2. test

    tommoor committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e7c2a8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01abda8 View commit details
    Browse the repository at this point in the history
  4. Update rollup

    tommoor committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d4ada01 View commit details
    Browse the repository at this point in the history
  5. wip

    tommoor committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    3238752 View commit details
    Browse the repository at this point in the history
  6. try esbuild

    tommoor committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    278177f View commit details
    Browse the repository at this point in the history
  7. try terser

    tommoor committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c8f3770 View commit details
    Browse the repository at this point in the history
  8. Actually add terser

    tommoor committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6a78622 View commit details
    Browse the repository at this point in the history
  9. Move terser to dev dep

    tommoor committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    491dde7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Merge main

    tommoor committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f6de2b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dddb050 View commit details
    Browse the repository at this point in the history
  3. rewrite yarn.lock file

    hanspagel committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8494d24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64342b5 View commit details
    Browse the repository at this point in the history
  5. use old yarn.lock file

    hanspagel committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ee375ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b8cd20 View commit details
    Browse the repository at this point in the history
  7. fix yarn.lock file (wip)

    hanspagel committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5d59ba4 View commit details
    Browse the repository at this point in the history
  8. fix sw.js path

    hanspagel committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d1c05cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    490260e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c42965e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    811d21e View commit details
    Browse the repository at this point in the history
  12. don’t cache the HTML

    hanspagel committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2b5d480 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c57851 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b169d8e View commit details
    Browse the repository at this point in the history
  15. update comment

    hanspagel committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b0bf08e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6d5a6fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f2533ab View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d8e687a View commit details
    Browse the repository at this point in the history
  19. remove debugging output

    hanspagel committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    9384708 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. build: Use @relative-ci/agent CLI (#4877)

    Co-authored-by: Vio <vio@beanon.com>
    tommoor and vio committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e09f6a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    2a5e7da View commit details
    Browse the repository at this point in the history
  2. fix: non-precached-url error

    tommoor committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    778cc19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9dd7d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b73cc76 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Minor fixes

    tommoor committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    b8691e4 View commit details
    Browse the repository at this point in the history
  2. Sourcemap

    tommoor committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    40f427c View commit details
    Browse the repository at this point in the history
  3. Enable SW

    tommoor committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1371545 View commit details
    Browse the repository at this point in the history
  4. Include CDN_URL in PWA

    tommoor committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0c6265b View commit details
    Browse the repository at this point in the history
  5. Include CDN path in sw.js

    tommoor committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    27bb05b View commit details
    Browse the repository at this point in the history