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

Switch from webpack to esbuild #19

Merged
merged 35 commits into from
Sep 14, 2024
Merged

Switch from webpack to esbuild #19

merged 35 commits into from
Sep 14, 2024

Commits on Nov 3, 2023

  1. Add esbuild dep

    denis-ok committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    37dbc4e View commit details
    Browse the repository at this point in the history
  2. Add esbuild html plugin

    denis-ok committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9776074 View commit details
    Browse the repository at this point in the history
  3. Add basic code for esbuild

    denis-ok committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    aa114b6 View commit details
    Browse the repository at this point in the history
  4. Pass params to serve

    denis-ok committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b60c024 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c49f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    e6c2536 View commit details
    Browse the repository at this point in the history
  2. Use single html plugin

    denis-ok committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6724342 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    d09f16d View commit details
    Browse the repository at this point in the history
  2. Add filenames settings

    denis-ok committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6284bb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge branch 'main' into esbuild

    * main:
      Update changelog
      Update melange constraint
      Remove pin for melange
      Remove reason-react pin, install a regular ocaml version
      melange v3: fixes for latest changes
      support melange v3
      update to latest rr
      update to reason-react 0.14
    denis-ok committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1645f5c View commit details
    Browse the repository at this point in the history
  2. Update esbuild

    denis-ok committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f79ea92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8605aa View commit details
    Browse the repository at this point in the history
  4. Update opam files

    denis-ok committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    905fe30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b78c91f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4b6af2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    17bd7d5 View commit details
    Browse the repository at this point in the history
  2. try out proxy possibility

    rusty-key committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a13cb07 View commit details
    Browse the repository at this point in the history
  3. add socket support

    rusty-key committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9ff7335 View commit details
    Browse the repository at this point in the history
  4. clarify variable names

    rusty-key committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    215425a View commit details
    Browse the repository at this point in the history
  5. do not omit headers

    rusty-key committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b27ba4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e3debe View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    6121837 View commit details
    Browse the repository at this point in the history
  2. add timings to logs

    rusty-key committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    92874ad View commit details
    Browse the repository at this point in the history
  3. add more labels to logs

    rusty-key committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f638cb2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32 from ahrefs/esbuild-proxy

    Add proxy support
    rusty-key authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4d6625e View commit details
    Browse the repository at this point in the history
  5. separate dune and esbuild

    rusty-key committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2808462 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19caa5a View commit details
    Browse the repository at this point in the history
  7. add changelog entry

    rusty-key committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8162be9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Update CHANGES.md

    Co-authored-by: Javier Chávarri <[email protected]>
    rusty-key and jchavarri authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3037b6b View commit details
    Browse the repository at this point in the history
  2. do not pass default port

    rusty-key committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1138071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d50b38e View commit details
    Browse the repository at this point in the history
  4. add graceful shutdown

    rusty-key committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    592039e View commit details
    Browse the repository at this point in the history
  5. remove leftovers

    rusty-key committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2a1e0f8 View commit details
    Browse the repository at this point in the history
  6. don’t use let

    rusty-key committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0a8b5ea View commit details
    Browse the repository at this point in the history
  7. improve logs

    rusty-key committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    13dd9da View commit details
    Browse the repository at this point in the history