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 and plugin hooks refactoring for code splitting and asset emission workflows #2208

Merged
merged 42 commits into from
Jun 6, 2018

Commits on Jun 4, 2018

  1. plugin api ajustments

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    a329517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e8bbf7 View commit details
    Browse the repository at this point in the history
  3. typing fixes

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    555259c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b00204a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f49dd00 View commit details
    Browse the repository at this point in the history
  6. onbuilderror hook

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    3aace48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62a263f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05878ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    279df73 View commit details
    Browse the repository at this point in the history
  10. transformChunk argument

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    13afe1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd48b73 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd5bd24 View commit details
    Browse the repository at this point in the history
  13. feedback wip

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    3f1bc22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6223d40 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c6ca51 View commit details
    Browse the repository at this point in the history
  16. experimentalCodeSplitting to always return files object, inlineDynami…

    …cImports option for single-file
    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    807b43e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cf4bc3f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    95dd5b7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0211a03 View commit details
    Browse the repository at this point in the history
  20. meta property

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    cc13455 View commit details
    Browse the repository at this point in the history
  21. rework asset handling

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    24c33ac View commit details
    Browse the repository at this point in the history
  22. test wip

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    1bfe6b6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bfa844f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cc4a6bd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0421369 View commit details
    Browse the repository at this point in the history
  26. fix up url test

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    3aadd5e View commit details
    Browse the repository at this point in the history
  27. fix url tests for node 4

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    e0959c4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0933943 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6b49257 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0b59405 View commit details
    Browse the repository at this point in the history
  31. expand hooks tests

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    bd166ae View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d110564 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4d4ec4c View commit details
    Browse the repository at this point in the history
  34. remove processChunks hook for generateBundle, include tree-shaking in…

    …fo in generateBundle modules
    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    de83598 View commit details
    Browse the repository at this point in the history
  35. use MagicString.length()

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    55ac656 View commit details
    Browse the repository at this point in the history
  36. singleInputChunk tweaks

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    7232bec View commit details
    Browse the repository at this point in the history
  37. update magic-string

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    ee53a31 View commit details
    Browse the repository at this point in the history
  38. add url parse dependency

    guybedford committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    994bd6e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    2a634c7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b9f085a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    649a046 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a7058a6 View commit details
    Browse the repository at this point in the history