-
Notifications
You must be signed in to change notification settings - Fork 15
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
Build system #197
Build system #197
Conversation
|
Using tsc for webrtc, add esbuild for node and others
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've pushed some commits to update the lock file (after clean install) and also exclude tests files in tsconfigs.
And as already said... esbuild
is AMAZING!
scripts/sw-build/index.js
Outdated
// what to bundle and what not | ||
plugins: [nodeExternalsPlugin()], | ||
} | ||
// TODO: review options for --node and --web |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for TODO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tasks
esbuild
UMD
forjs
packageengines
innode/package.json
to use Node 12+package.json
to see we are not defining unneeded fieldsmicrobundle
and related things (patches
andpkg-typings
)