# Swc > 🚧 This feature will be dropped in v2, in favor of SWC-based bundlers like [Parcel 2], [Turbopack], [Rspack], [fe-farm]. ## Pages - [Bundling Configuration](docs-configuration-bundling.md): 🚧 This feature will be dropped in v2, in favor of SWC-based bundlers like [Parcel 2], [Turbopack], [Rspack], [fe-f... - [Minification](docs-configuration-minification.md): ⚠️ This section is for people who want to use swc as a last step of the build process. - [Modules](docs-configuration-modules.md): 💡 SWC provides an official JSON Schema for the configuration file. - [Supported Browsers](docs-configuration-supported-browsers.md): Starting with`v1.1.10`, you can now use`browserslist`to automatically configure supported browsers. - [Configuring SWC](docs-configuration-swcrc.md): 💡 SWC provides an official JSON Schema for the configuration file. - [Getting Started](docs-getting-started.md): The easiest way to try SWC is using the [Playground]. - [Plugin cheatsheet](docs-plugin-ecmascript-cheatsheet.md): 💡 This page describes the known hard points for implementing plugins for ecmascript. - [Compatibility for wasm plugin](docs-plugin-ecmascript-compatibility.md): In the past, SWC Wasm plugins were not compatible between`@swc/core`versions. This meant that developers using Wasm... - [Implementing a plugin](docs-plugin-ecmascript-getting-started.md): ⚠️ Recent API changes that may affect your plugin development: - [Publishing plugins](docs-plugin-publishing.md): If you prefer reading codes, you can refer to [the repository for official plugins]. - [Selecting the version](docs-plugin-selecting-swc-core.md): Currently, the Wasm plugins are not backwards compatible. - [Bundling (swcpack)](docs-usage-bundling.md): 🚧 This feature will be dropped in v2, in favor of SWC-based bundlers like [Parcel 2], [Turbopack], [Rspack], [fe-f... - [@swc/cli](docs-usage-cli.md): Run the following to download pre-built binaries: - [@swc/core](docs-usage-core.md): These are the core SWC APIs mainly useful for build tool authors. - [Docs Usage Html](docs-usage-html.md): If you are minifying a whole HTML document, you can use the`minify()`function. - [@swc/jest](docs-usage-jest.md): To make your Jest tests run faster, you can swap out the default JavaScript-based runner (`ts-jest`) for a [drop-in... - [swc-loader](docs-usage-swc-loader.md): This module allows you to use SWC with webpack. - [@swc/wasm-web](docs-usage-wasm.md): This modules allows you to synchronously transform code inside the browser using WebAssembly.