rsnext/packages/next-swc/crates/napi
OJ Kwon 68047112d6
refactor(next/swc): disable default features for crash report (#38531)
As we have disabled crash reporter for now, this PR removes feature from `default` to not to include it in `next-swc` as well. Feature itself remains so we can adjust it later by enabling it depends on the progress.

## 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 `pnpm lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-07-11 21:29:50 +00:00
..
npm Add libc field to swc packages (#37131) 2022-05-23 14:18:40 -05:00
src refactor(next/swc): disable default features for crash report (#38531) 2022-07-11 21:29:50 +00:00
build.rs feat(next/swc): setup native next-swc crash reporter with platform supports (#38221) 2022-07-07 17:37:50 +00:00
Cargo.toml refactor(next/swc): disable default features for crash report (#38531) 2022-07-11 21:29:50 +00:00