-
Couldn't load subscription status.
- Fork 73
feat: introduce browser support #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@lance probably package-lock needs to be pushed or something (?) I got this after npm install / npm run build: |
|
@helio-frota good catch - thanks! I've updated it. |
|
@lance seems working |
|
@lance seems these (some of) directories should be added to .gitignore ? |
|
I got this warning about the webpack "mode" Maybe it should be set explicitly to avoid any changes in default behavior during a webpack version bump? |
This commit introduces a second `tsc` execution which generates JS in ES5 form. Then, webpack is used to generate a browser bundle. Signed-off-by: Lance Ball <lball@redhat.com>
0823aec to
143f6a8
Compare

This commit introduces a second
tscexecution which generates JS in ES5 form.Then, webpack is used to generate a browser bundle.
Fixes: #94
WIP: Tests still pending.
Signed-off-by: Lance Ball lball@redhat.com