Update swc (#30890)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`


This applies

 - https://github.com/swc-project/swc/pull/2637

This makes inlining not work for more cases, and fixes `@emotion/react` and `murmur2`.
This commit is contained in:
Donny/강동윤 2021-11-03 23:31:25 +09:00 committed by GitHub
parent 1ddd8de166
commit 9a31a4fb72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1837,9 +1837,9 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.48.3"
version = "0.48.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "072ed381cadc4f8f906a4599203847d4a1e113a4411a631c19f374f53015a48d"
checksum = "c079c92a805da29b4272f9846a545231478c8cd02aefa5aedea5eb450a78e70b"
dependencies = [
"ahash",
"indexmap",