rsnext/packages/next-swc/crates/next-dev
Tobias Koppers 3a05f60d3c fix many root sources crated (vercel/turbo#485)
It's important to not create a `cell` outside of the root `source` method as this will create a new cell for each call, which means each `source` will create a separate task, and this bubbles for each cell created in `source`...
2022-10-10 13:44:42 +00:00
..
benches Automatic downleveling to browser targets using swc_preset_env (vercel/turbo#380) 2022-10-07 06:54:21 +00:00
src fix many root sources crated (vercel/turbo#485) 2022-10-10 13:44:42 +00:00
tests Migrate to pnpm (vercel/turbo#336) 2022-10-05 16:42:55 +00:00
build.rs add initial dev-server and next-dev cli 2022-06-14 12:53:46 +02:00
Cargo.toml replace json with serde_json (vercel/turbo#398) 2022-09-28 09:02:40 +00:00