Frontend:
- Remove we_alloce - Replace webpack by rspack
This commit is contained in:
parent
1f03c01d1d
commit
ebdcb6a90a
10 changed files with 60 additions and 100 deletions
|
|
@ -33,7 +33,7 @@ console_error_panic_hook = { version = "0.1", optional = true }
|
|||
# `wee_alloc` is a tiny allocator for wasm that is only ~1K in code size
|
||||
# compared to the default allocator's ~10K. It is slower than the default
|
||||
# allocator, however.
|
||||
wee_alloc = { version = "0.4", optional = true }
|
||||
# wee_alloc = { version = "0.4", optional = true }
|
||||
|
||||
# [dev-dependencies]
|
||||
# wasm-bindgen-test = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue