-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
WEB-1253: turbopack-cli: implement turbopack build
#5488
Commits on Jul 10, 2023
-
turbopack-cli: modularize code to support turbopack build
This work prepares for `turbopack build` by extracting code common between dev and build, such as asset context. This also makes the cli accept a variadic list of entries rather than an unnamed directory parameter. The project directory is now available under `--dir` or `-d`. Test Plan: `cargo run -p turbopack-cli dev` with a `src/index.js` present and `cargo run -p turbopack-cli dev src/entry.js` with `src/entry.js` present.
Configuration menu - View commit details
-
Copy full SHA for 790a69b - Browse repository at this point
Copy the full SHA 790a69bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2916a58 - Browse repository at this point
Copy the full SHA 2916a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1487140 - Browse repository at this point
Copy the full SHA 1487140View commit details -
turbopack-cli: implement
turbopack build
Depends on #5487 This implements a basic version of `turbopack build`, only targeting browser targets. In the future, we could accept a cli or configuration option to target Node. Test Plan: `cargo run -p turbopack-cli build` with a `src/index.js` present and `cargo run -p turbopack-cli build src/entry.js` with `src/entry.js` present.
Configuration menu - View commit details
-
Copy full SHA for c50c3c8 - Browse repository at this point
Copy the full SHA c50c3c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49d929 - Browse repository at this point
Copy the full SHA c49d929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f1b0f0 - Browse repository at this point
Copy the full SHA 9f1b0f0View commit details -
Merge remote-tracking branch 'origin/wbinnssmith/modularize-cli' into…
… wbinnssmith/turbopack-cli-build
Configuration menu - View commit details
-
Copy full SHA for d3200f0 - Browse repository at this point
Copy the full SHA d3200f0View commit details -
fixup! Merge remote-tracking branch 'origin/wbinnssmith/modularize-cl…
…i' into wbinnssmith/turbopack-cli-build
Configuration menu - View commit details
-
Copy full SHA for 7cb359b - Browse repository at this point
Copy the full SHA 7cb359bView commit details -
fixup! fixup! Merge remote-tracking branch 'origin/wbinnssmith/modula…
…rize-cli' into wbinnssmith/turbopack-cli-build
Configuration menu - View commit details
-
Copy full SHA for 5b5a34f - Browse repository at this point
Copy the full SHA 5b5a34fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eadb0c - Browse repository at this point
Copy the full SHA 6eadb0cView commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 690744c - Browse repository at this point
Copy the full SHA 690744cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9079d - Browse repository at this point
Copy the full SHA 6c9079dView commit details -
Merge remote-tracking branch 'origin/wbinnssmith/modularize-cli' into…
… wbinnssmith/turbopack-cli-build
Configuration menu - View commit details
-
Copy full SHA for 896be23 - Browse repository at this point
Copy the full SHA 896be23View commit details -
Configuration menu - View commit details
-
Copy full SHA for accee1a - Browse repository at this point
Copy the full SHA accee1aView commit details
Commits on Jul 13, 2023
-
fixup! fixup! Merge remote-tracking branch 'origin/main' into wbinnss…
…mith/modularize-cli
Configuration menu - View commit details
-
Copy full SHA for c05dfba - Browse repository at this point
Copy the full SHA c05dfbaView commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc55f46 - Browse repository at this point
Copy the full SHA dc55f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for de9b98d - Browse repository at this point
Copy the full SHA de9b98dView commit details -
Merge remote-tracking branch 'origin/wbinnssmith/modularize-cli' into…
… wbinnssmith/turbopack-cli-build
Configuration menu - View commit details
-
Copy full SHA for 82a2ca3 - Browse repository at this point
Copy the full SHA 82a2ca3View commit details -
fixup! Merge remote-tracking branch 'origin/wbinnssmith/modularize-cl…
…i' into wbinnssmith/turbopack-cli-build
Configuration menu - View commit details
-
Copy full SHA for 792ed43 - Browse repository at this point
Copy the full SHA 792ed43View commit details -
fixup! fixup! Merge remote-tracking branch 'origin/main' into wbinnss…
…mith/modularize-cli
Configuration menu - View commit details
-
Copy full SHA for cb3b1a4 - Browse repository at this point
Copy the full SHA cb3b1a4View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 282fead - Browse repository at this point
Copy the full SHA 282feadView commit details -
Configuration menu - View commit details
-
Copy full SHA for d41b4e0 - Browse repository at this point
Copy the full SHA d41b4e0View commit details -
Merge remote-tracking branch 'origin/wbinnssmith/modularize-cli' into…
… wbinnssmith/turbopack-cli-build
Configuration menu - View commit details
-
Copy full SHA for 11ec9d5 - Browse repository at this point
Copy the full SHA 11ec9d5View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6da9aef - Browse repository at this point
Copy the full SHA 6da9aefView commit details -
fixup! Merge remote-tracking branch 'origin/main' into wbinnssmith/tu…
…rbopack-cli-build
Configuration menu - View commit details
-
Copy full SHA for b7b6f90 - Browse repository at this point
Copy the full SHA b7b6f90View commit details