Tom Dracz
Tom Dracz
For more info, see https://github.com/shakacode/shakapacker/pull/29 Demonstrates switching existing Shakapacker/Webpacker app to use SWC loader instead of babel loader. All that is needed: - Use correct version of Shakapacker (currently pointed...
### Describe the bug Documentation at https://swc.rs/docs/configuration/supported-browsers#browserslist suggests that if `targets` property is omitted in `.swcrc`, the browserslist should be read from `.browserslistrc` or package.json `browserslist` key. This does not...
We're using API generator for Ruby to generate OpenAPI clients from the spec file. We've just generated new client using version 7.12.0 but this resulted in numerous breaking changes. Those...