Switch to parcel-bundler

This commit is contained in:
Jamie Wong
2017-12-20 09:27:57 -05:00
parent 813a94c83f
commit 4a6245e2a2
5 changed files with 169 additions and 5 deletions

15
dev.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SpeedScope</title>
<link rel="stylesheet" href="reset.css">
</style>
</head>
<body>
<div id="root"></div>
<script src="./speedscope.tsx"></script>
</body>
</html>