0.1.0 • Published 11 months ago

@biliblitz/swc-plugin-remove-server-code v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@biliblitz/swc-plugin-remove-server-code

Detect following patterns:

export const x = loader$(/* ... */);
export const y = action$(/* ... */);
export const middleware = /* ... */;

Remove those code and relative imports.

0.1.0

11 months ago

0.0.1

11 months ago