Skip to content

Commit

Permalink
css modules (vercel#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored and Brooooooklyn committed Oct 13, 2022
1 parent 9db7246 commit 4d0926a
Show file tree
Hide file tree
Showing 28 changed files with 1,063 additions and 149 deletions.
130 changes: 74 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ opt-level = 3
[workspace.dependencies]
# This version pin is workaround for https://github.com/tkaitchuck/aHash/issues/95
indexmap = "=1.6.2"
swc_core = "0.34.1"
swc_core = "0.34.2"
2 changes: 2 additions & 0 deletions crates/turbopack-css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ bench = false
[dependencies]
anyhow = "1.0.47"
async-trait = "0.1.56"
indexmap = { workspace = true }
serde = "1.0.136"

turbo-tasks = { path = "../turbo-tasks" }
Expand All @@ -32,6 +33,7 @@ swc_core = { workspace = true, features = [
"common",
"common_concurrent",
] }
swc_css_modules = "=0.4.1"

[build-dependencies]
turbo-tasks-build = { path = "../turbo-tasks-build" }
Loading

0 comments on commit 4d0926a

Please sign in to comment.