Skip to content

Commit

Permalink
Merge pull request #1 from justinfagnani/master
Browse files Browse the repository at this point in the history
Remove unnecessary bundler
  • Loading branch information
bhouston authored May 28, 2020
2 parents fc046e1 + 68d6c55 commit 21f35b2
Show file tree
Hide file tree
Showing 12 changed files with 3,332 additions and 88 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
node_modules/
package-lock.json
dist/index.js
dist/index.js.map
/lib/
17 changes: 17 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<script type="module" src="../lib/index.js"></script>
</head>
<body>
<h1>Three.TS Prototype Proof of Concept</h1>

<p>Open the console to see a log output.</p>

<p>Open the source tab and then browser to webpack:// to see the original TypeScript source code.<br/>
Browser to webpack::/./src/index.ts to see the main source file.<br/>
Try adding a breakpoint and then refresh the page.</p>

<p>The compiled single JavaScript file is located at /dist/index.js. When hotreloading, it will be large in size as it includes the hot reloader.</p>
</body>
</html>
17 changes: 0 additions & 17 deletions dist/index.html

This file was deleted.

Loading

0 comments on commit 21f35b2

Please sign in to comment.