-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reviewed By: rafeca Differential Revision: D9418796 fbshipit-source-id: 4589ee71356b181b63d175bdad5eff0268100f3d
- Loading branch information
1 parent
56f2c26
commit 8bc5c03
Showing
31 changed files
with
4,735 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>Metro Bundle Visualizer</title> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/antd/3.7.1/antd.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/style.css"> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script src="/visualizer/bundle.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.