8.0.0 • Published 7 months ago
@swc/plugin-swc-sdk v8.0.0
@swc/plugin-swc-sdk
Usage
.swcrc:
{
"jsc": {
"experimental": {
"plugins": ["@swc/plugin-swc-sdk"]
}
}
}markAsPure
import { markAsPure } from "@swc/sdk";
markAsPure(() => console.log("This will be removed by the SWC minifier"));${CHANGELOG}