-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from justinfagnani/master
Remove unnecessary bundler
- Loading branch information
Showing
12 changed files
with
3,332 additions
and
88 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
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/ |
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,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> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.