-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move output path check to the beginning * feat: move final phase to done hook * feat: use sourcemap file directly instead of extracting from compilation * refactor: move chunk classifying to done hook * refactor: finish migration to done hook * fix: tests & typescript issues * chore: add changeset * refactor: rename chunks to statsChunkMap
- Loading branch information
Showing
4 changed files
with
199 additions
and
234 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@callstack/repack": patch | ||
--- | ||
|
||
Use `done` hook inside of `OutputPlugin` |
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
Oops, something went wrong.