@swc/plugin-swc-magic
v5.0.0
Published
SWC plugin for swc-magic
Downloads
383
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}