-
Notifications
You must be signed in to change notification settings - Fork 11
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
Buildsystem aufräumen #1408
Comments
I researched the relevant build systems for JS. WebpackMainly here for completion's sake. Webpack is one of the oldest bundlers that is still in high use today. Pros
Cons
ESBuildA bundler which focuses on performance. Claims to be the fastest bundler available, beating out competition like Parcel and Rollup by a large margin. Pros
Cons
RollupA feature-rich and rather mature bundler that focuses on modern JavaScript. Pros
Cons
ViteA bundler that promises a fast and lean development experience. It focuses not only on the quality of production builds, but also on how improving your local development experience. Pros
Cons
ParcelA bundler that focuses on simplicity and speed. Promises a very easy setup, going as far as calling itself a zero-configuration bundler. Pros
Cons
Sources |
We choose Vite. |
Beschreibung
ToDos
Acceptance Criteria
The text was updated successfully, but these errors were encountered: