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

Long term caching and split app into main.js and vendors.js #3145

Closed
wants to merge 30 commits into from
Closed

Long term caching and split app into main.js and vendors.js #3145

wants to merge 30 commits into from

Commits on Jan 18, 2018

  1. Split vendor and app into separate files

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    5932a67 View commit details
    Browse the repository at this point in the history
  2. Entries in array and not in object

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    cbfd216 View commit details
    Browse the repository at this point in the history
  3. remove trailing commas

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    cfb54cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85b0ae0 View commit details
    Browse the repository at this point in the history
  5. Add vendors.js in the kitchensink folder

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    7690dfa View commit details
    Browse the repository at this point in the history
  6. Refactor how vendors are imported in webpack

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    51206b7 View commit details
    Browse the repository at this point in the history
  7. Add CommonsChunkPlugin for runtime

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    005369c View commit details
    Browse the repository at this point in the history
  8. Rename app to main

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    ff447f8 View commit details
    Browse the repository at this point in the history
  9. Name every chunks and if a chunk doesn't have any name, use the name …

    …of the file
    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    1517fbe View commit details
    Browse the repository at this point in the history
  10. Handle deprecated chunk.modules

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    72f35db View commit details
    Browse the repository at this point in the history
  11. Use only chunk.mapModules from webpack 3 and use path.basename instea…

    …d of regex
    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    7d7ff19 View commit details
    Browse the repository at this point in the history
  12. Add Name All Modules Plugin

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    f8e4682 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e648d4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    00f160c View commit details
    Browse the repository at this point in the history
  15. evert "Ensure that major entries are loaded before the rest"

    This reverts commit 64887f9f5d251256f6a381c3ec3ba992e148f976.
    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    186f289 View commit details
    Browse the repository at this point in the history
  16. Pin the version of name-all-modules-plugin

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    75cf8c9 View commit details
    Browse the repository at this point in the history
  17. Add comments in vendors.js

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    3ef3617 View commit details
    Browse the repository at this point in the history
  18. Change comments in vendors.js

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    f4a889d View commit details
    Browse the repository at this point in the history
  19. Add newline at the end of package.json

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    88dd88e View commit details
    Browse the repository at this point in the history
  20. Desactivate webpack.optimize.CommonsChunkPlugin(vendors) in vendors.j…

    …s doesn't exist
    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    49ffbcb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6778d82 View commit details
    Browse the repository at this point in the history
  22. Change the way unamed chunks are named

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    f37f51d View commit details
    Browse the repository at this point in the history
  23. Change commentaries

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    6277cd3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    779faee View commit details
    Browse the repository at this point in the history
  25. Add devDeps and peerDeps

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    910a5f7 View commit details
    Browse the repository at this point in the history
  26. Update comments

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    0d3b82c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    50782f3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7629f7a View commit details
    Browse the repository at this point in the history
  29. merge with :next

    Ayc0 committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    b314c99 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0fdaac1 View commit details
    Browse the repository at this point in the history