Skip to content

Commit 92eecbf

Browse files
authored
Turbopack: sass support (vercel#62717)
### What? * upgrades turbopack for `getResolve` in webpack loaders * add missing resolve-url-loader to turbopack for full sass support Closes PACK-2634
1 parent e9862a8 commit 92eecbf

270 files changed

Lines changed: 1693 additions & 2026 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 37 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ swc_core = { version = "0.90.12", features = [
3737
testing = { version = "0.35.19" }
3838

3939
# Turbo crates
40-
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240304.1" }
40+
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240304.2" }
4141
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
42-
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240304.1" }
42+
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240304.2" }
4343
# [TODO]: need to refactor embed_directory! macro usage in next-core
44-
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240304.1" }
44+
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240304.2" }
4545

4646
# General Deps
4747

0 commit comments

Comments
 (0)