Search
Home > @lynx-js/react-rsbuild-plugin > ExtractStrConfig > strLength
The minimum length of string literals to be extracted.
Signature:
strLength: number
Default value: 20.
20
import { defineConfig } from '@lynx-js/rspeedy' import { pluginReactLynx } from '@lynx-js/react-rsbuild-plugin' export default defineConfig({ plugins: [ pluginReactLynx({ extractStr: { strLength: 10, }, }) ], })