Skip to content

Commit

Permalink
feat: introduce browser support (#201)
Browse files Browse the repository at this point in the history
This commit introduces a second `tsc` execution which generates JS in ES5 form.
Then, webpack is used to generate a browser bundle.

Fixes: #94

Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance authored Jun 10, 2020
1 parent 0378f4c commit 8b2725b
Show file tree
Hide file tree
Showing 5 changed files with 4,025 additions and 314 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ yarn-error.log*
*.d.ts
index.js
/lib
/browser
/bundles

# Runtime data
pids
Expand Down
Loading

0 comments on commit 8b2725b

Please sign in to comment.