-
Notifications
You must be signed in to change notification settings - Fork 42
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
Review bundler #579
Labels
Comments
Draft parcel PR: #747 |
fryorcraken
added
infra
Infra, devops, CI and related tasks
track:maintenance
good first issue
Good for newcomers
labels
Aug 26, 2022
Marked as good first issue because it does not involve knowledge of js-waku codebase, just knowledge of bundler and transpiler and other ci/build/test tools. |
Should be done with #1008 in mind |
Other problems:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
rollup
for production bundling but usewebpack
to bundle forkarma
tsc
for code transpilation, other tools such asparcel
andvite
provide faster result (andvite
includesrollup
and claim to make the configuration easier).Goal
Simplify the configuration by using a single bundler across the project (1).
Check if more modern/upcoming solutions helps streamline the process (ie,
parcel
,vite
vstsc
).Proposed solutions
a. Review how
karma
can work withvilte
orrollup
b. Check if
parcel
,vite
oresbuild
can be used instead oftsc
and what would be the gainsc. Review what
aegir
(used by libp2p) can bring in.Notes
status-im/status-web#227 (comment)
The text was updated successfully, but these errors were encountered: