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

Webpack refactor #50

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

Webpack refactor #50

wants to merge 81 commits into from

Commits on Jan 13, 2024

  1. wip

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    020fb00 View commit details
    Browse the repository at this point in the history
  2. feat: webpack chunk class

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    821bf89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7369268 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95e519a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c41576b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3e126e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a169879 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    463f47c View commit details
    Browse the repository at this point in the history
  9. feat: export analysis

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    6d9cbe0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a773f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ecc0a1f View commit details
    Browse the repository at this point in the history
  12. feat: default export

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    639d633 View commit details
    Browse the repository at this point in the history
  13. feat: track exports

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    18667e8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d79e94b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5251afd View commit details
    Browse the repository at this point in the history
  16. refactor: export default

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    336e9f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cf01037 View commit details
    Browse the repository at this point in the history
  18. fix: re-export all name

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    fbf2be0 View commit details
    Browse the repository at this point in the history
  19. refactor: use babel template

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    9913e50 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8050dd1 View commit details
    Browse the repository at this point in the history
  21. feat: track imports

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    4f5679f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    df71e78 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8d0faac View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    21417e5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    16ac04d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    01315f9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bbe7574 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9efe754 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7b1c7e2 View commit details
    Browse the repository at this point in the history
  30. docs: webpack runtime comments

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    dce09bd View commit details
    Browse the repository at this point in the history
  31. feat: imports

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    ea6d667 View commit details
    Browse the repository at this point in the history
  32. docs: todo comments

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    691794b View commit details
    Browse the repository at this point in the history
  33. fix: imports being mixed up

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    542b014 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7731634 View commit details
    Browse the repository at this point in the history
  35. fix: normalize module paths

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    afbabb8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    024df05 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2075348 View commit details
    Browse the repository at this point in the history
  38. feat: default import

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    4faef28 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7a7c00c View commit details
    Browse the repository at this point in the history
  40. test: add more import tests

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    90d92cc View commit details
    Browse the repository at this point in the history
  41. refactor: remove unused files

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    a2f7419 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    069cb49 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    94c8d14 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    ad3fed2 View commit details
    Browse the repository at this point in the history
  45. wip

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    e1d54b2 View commit details
    Browse the repository at this point in the history
  46. test: more exports

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    27f5813 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4d8cf35 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    8641259 View commit details
    Browse the repository at this point in the history
  49. fix: indirect call import

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    bbedc10 View commit details
    Browse the repository at this point in the history
  50. refactor

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    949248e View commit details
    Browse the repository at this point in the history
  51. fix: default import

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    da538fd View commit details
    Browse the repository at this point in the history
  52. fix: imports

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    5420156 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    cc20371 View commit details
    Browse the repository at this point in the history
  54. test: mixed import/require

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    6975fb0 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b7543c4 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    f1ac839 View commit details
    Browse the repository at this point in the history
  57. feat: better default import

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    5f778fc View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    ed1b93e View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    1d14033 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    10074a7 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    780b891 View commit details
    Browse the repository at this point in the history
  62. refactor: remove unused code

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    34c5938 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    1f137d6 View commit details
    Browse the repository at this point in the history
  64. Revert "refactor: separate webpack 4 and 5 matching"

    This reverts commit 1d14033.
    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    d8a2381 View commit details
    Browse the repository at this point in the history
  65. fix: multiple named imports

    it didn't replace the second `lib.foo` before
    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    39f9aaf View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    de98b60 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    cd26c95 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    69c4f93 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    379017e View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    31c2e70 View commit details
    Browse the repository at this point in the history
  71. feat: transform json modules

    j4k0xb committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    3a91796 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    6a0e470 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. feat: inline external modules

    j4k0xb committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0238007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9a328 View commit details
    Browse the repository at this point in the history
  3. test: re-enable unpack samples

    j4k0xb committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b74ee88 View commit details
    Browse the repository at this point in the history
  4. fix: normalize with posix path

    j4k0xb committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    51c9f10 View commit details
    Browse the repository at this point in the history
  5. style: fix comments

    j4k0xb committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a3bb7f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a28006 View commit details
    Browse the repository at this point in the history
  7. test: update samples

    j4k0xb committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3140dd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 29, 2024

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