GitXplorerGitXplorer
l

webpack-splitchunks-playground

public
3 stars
1 forks
3 issues

Commits

List of commits on branch master.
Unverified
820ce02a27118b701c1e3c6715af94c782dfdd06

Update webpack 4.5.0 -> 4.8.3

llencioni committed 6 years ago
Unverified
10a3c1b87cdde38fbce0f2bf149fdd0e84211a6b

Update webpack to 4.5.0

llencioni committed 6 years ago
Unverified
2dafe8d128daebb31b072b1da3a20ca442042088

Add dynamic import to a.bundle

llencioni committed 7 years ago
Unverified
10364172a8c5174cb76d543cfaadae6462f445f2

Add another core bundle and a dynamic import

llencioni committed 7 years ago
Unverified
cc0fe56aab1008e2dbd0fe3461f647ab857626ae

Increase complexity of build a little

llencioni committed 7 years ago
Unverified
b97f831628a5475c54a2e33a87f9a54d5c76cf8e

Clean out dist when building

llencioni committed 7 years ago

README

The README file for this repository.

This repo is set up to explore how to configure webpack 4 to remove chunks from a list of bundles from every other bundle. This is currently not working as desired.

To work with this repo, clone it and then

npm i
npm run build

The desired result is for any chunk that appears in bundles/core.js or bundles/core-b.js to not appear in any other bundle (and also not be moved to a separate asset).

Relevant StackOverflow question