Skip to content

Commit 19ad64c

Browse files
committed
Add demo with optimized file
1 parent 34b3e53 commit 19ad64c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

demo/index-optimized.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Document</title>
6+
</head>
7+
<body>
8+
1. Run `npm run optimize`
9+
2. Open console tab in dev tools!
10+
11+
<script src="libs/requirejs.min.js"></script>
12+
<script src="main-built.js"></script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)