-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Lazy load annotations using new chunk (#516)
- Loading branch information
Jeremy Press
authored
Dec 11, 2017
1 parent
a0e4e0c
commit 062ea38
Showing
6 changed files
with
76 additions
and
93 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
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
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
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
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
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 |
---|---|---|
|
@@ -1146,9 +1146,9 @@ [email protected]: | |
dependencies: | ||
hoek "4.x.x" | ||
|
||
box-annotations@^0.6.0: | ||
version "0.6.0" | ||
resolved "https://registry.yarnpkg.com/box-annotations/-/box-annotations-0.6.0.tgz#649b5b81479a0ba4b32b800beab8628c3293ffab" | ||
box-annotations@^0.6.3: | ||
version "0.6.3" | ||
resolved "https://registry.yarnpkg.com/box-annotations/-/box-annotations-0.6.3.tgz#8fa3ec932e2a57ce43cf62779107f23250b3dc04" | ||
dependencies: | ||
rangy "^1.3.0" | ||
rbush "^2.0.1" | ||
|