@swc/plugin-swc-magic
v12.3.0
Published
SWC plugin for swc-magic
Downloads
385
Readme
@swc/plugin-swc-magic
Usage
.swcrc:
{
"jsc": {
"experimental": {
"plugins": ["@swc/plugin-swc-magic"]
}
}
}markAsPure
import { markAsPure } from "@swc/magic";
markAsPure(() => console.log("This will be removed by the SWC minifier"));${CHANGELOG}
