-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Commits on Jan 18, 2018
-
Split vendor and app into separate files
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 5932a67 - Browse repository at this point
Copy the full SHA 5932a67View commit details -
Entries in array and not in object
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for cbfd216 - Browse repository at this point
Copy the full SHA cbfd216View commit details -
Ayc0 committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for cfb54cf - Browse repository at this point
Copy the full SHA cfb54cfView commit details -
Add appVendors in every paths object in paths.js
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 85b0ae0 - Browse repository at this point
Copy the full SHA 85b0ae0View commit details -
Add vendors.js in the kitchensink folder
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 7690dfa - Browse repository at this point
Copy the full SHA 7690dfaView commit details -
Refactor how vendors are imported in webpack
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 51206b7 - Browse repository at this point
Copy the full SHA 51206b7View commit details -
Add CommonsChunkPlugin for runtime
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 005369c - Browse repository at this point
Copy the full SHA 005369cView commit details -
Ayc0 committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for ff447f8 - Browse repository at this point
Copy the full SHA ff447f8View commit details -
Name every chunks and if a chunk doesn't have any name, use the name …
…of the file
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 1517fbe - Browse repository at this point
Copy the full SHA 1517fbeView commit details -
Handle deprecated chunk.modules
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 72f35db - Browse repository at this point
Copy the full SHA 72f35dbView commit details -
Use only chunk.mapModules from webpack 3 and use path.basename instea…
…d of regex
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 7d7ff19 - Browse repository at this point
Copy the full SHA 7d7ff19View commit details -
Ayc0 committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for f8e4682 - Browse repository at this point
Copy the full SHA f8e4682View commit details -
Only add the vendors if the file "src/vendors.js" exists
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 9e648d4 - Browse repository at this point
Copy the full SHA 9e648d4View commit details -
Ensure that major entries are loaded before the rest
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 00f160c - Browse repository at this point
Copy the full SHA 00f160cView commit details -
evert "Ensure that major entries are loaded before the rest"
This reverts commit 64887f9f5d251256f6a381c3ec3ba992e148f976.
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 186f289 - Browse repository at this point
Copy the full SHA 186f289View commit details -
Pin the version of name-all-modules-plugin
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 75cf8c9 - Browse repository at this point
Copy the full SHA 75cf8c9View commit details -
Ayc0 committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 3ef3617 - Browse repository at this point
Copy the full SHA 3ef3617View commit details -
Ayc0 committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for f4a889d - Browse repository at this point
Copy the full SHA f4a889dView commit details -
Add newline at the end of package.json
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 88dd88e - Browse repository at this point
Copy the full SHA 88dd88eView commit details -
Desactivate webpack.optimize.CommonsChunkPlugin(vendors) in vendors.j…
…s doesn't exist
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 49ffbcb - Browse repository at this point
Copy the full SHA 49ffbcbView commit details -
Change the way the optimize pluggin for the vendors is set or removed
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 6778d82 - Browse repository at this point
Copy the full SHA 6778d82View commit details -
Change the way unamed chunks are named
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for f37f51d - Browse repository at this point
Copy the full SHA f37f51dView commit details -
Ayc0 committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 6277cd3 - Browse repository at this point
Copy the full SHA 6277cd3View commit details -
Check if every vendors are defined in the package.json
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 779faee - Browse repository at this point
Copy the full SHA 779faeeView commit details -
Ayc0 committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 910a5f7 - Browse repository at this point
Copy the full SHA 910a5f7View commit details -
Ayc0 committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 0d3b82c - Browse repository at this point
Copy the full SHA 0d3b82cView commit details -
Export code in a detectMissingVendors function of react-dev-utils
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 50782f3 - Browse repository at this point
Copy the full SHA 50782f3View commit details -
Use json files instead of js files for vendors
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 7629f7a - Browse repository at this point
Copy the full SHA 7629f7aView commit details -
Ayc0 committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for b314c99 - Browse repository at this point
Copy the full SHA b314c99View commit details -
Add detectMissingVendors in files of react-dev-utils/package.json
Ayc0 committedJan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for 0fdaac1 - Browse repository at this point
Copy the full SHA 0fdaac1View commit details