Skip to content

Commit 8c68717

Browse files
committed
add dist to github
1 parent 42196c5 commit 8c68717

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ package-lock.json
44
yarn.lock
55

66
# Build output
7-
dist/
87
build/
98
*.js.map
109

bundlemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"chunks":{"main.js":{"id":"main.js","isEntry":true,"size":24,"sizeGzip":44,"sizeBrotli":28,"contents":{"../src/main.ts":{"filePath":"../src/main.ts","size":23}}},"index.js":{"id":"index.js","isEntry":true,"size":1,"sizeGzip":21,"sizeBrotli":5,"contents":{}}}}
1+
{"chunks":{"index.js":{"id":"index.js","isEntry":true,"size":729,"sizeGzip":414,"sizeBrotli":341,"contents":{}},"main.js":{"id":"main.js","isEntry":true,"size":2775,"sizeGzip":1052,"sizeBrotli":902,"contents":{"../src/Cell.ts":{"filePath":"../src/Cell.ts","size":564},"../src/Board/Board.ts":{"filePath":"../src/Board/Board.ts","size":690},"../src/components/sizeUpdater.ts":{"filePath":"../src/components/sizeUpdater.ts","size":523},"../src/constants.ts":{"filePath":"../src/constants.ts","size":14},"../src/Game/Game.ts":{"filePath":"../src/Game/Game.ts","size":924},"../src/main.ts":{"filePath":"../src/main.ts","size":59}}}}}

dist/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html>
2+
<head>
3+
<script type="module" crossorigin src="/index.js"></script>
4+
<link rel="modulepreload" crossorigin href="/main.js">
5+
</head>
6+
<body>
7+
<div id="app"></div>
8+
</body>
9+
</html>

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)