This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
forked from parcel-bundler/parcel
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Will Binns-Smith
committed
Oct 4, 2019
1 parent
7dc401c
commit 0fddf64
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
- (upstream) modified `Config#isSource` not to check for a `source` field as a prerequisite for being source. This should probably be upstreamed. | ||
- (bug) removed an invariant in JSPackager asserting that referenced assets cannot belong to the current bundle. This seems to be a bug where the referenced asset has a contains edge but is not reachable via traversal. It should not have a contains edge. | ||
- allow url dependencies to be resolved from `node_modules` as a fallback if the relative path doesn't exist. This should be resolved upstream when an implementation of https://github.com/parcel-bundler/parcel/issues/3492 lands. | ||
- removeAssetGraphFromBundle: should this throw? | ||
- should bundle objects be referentially equal? | ||
- removed entry assets from async bundles | ||
- while traversing for building shared bundles, check if asset is missing in every bundle, and if so, stop | ||
- rewrote creating bundle => bundle group edges to take place after optimization because this broke situations where a shared bundle had an async import. | ||
- commented out assertion in BundlerRunner to suppress 'Bundles must have unique filePaths' error | ||
- (upstream) rewrote getBundleGroupsReferencedByBundle in BundleGraph.js to filter for dependency nodes instead of just finding the first one |