@lynx-js/config-rsbuild-plugin-canary
v0.0.1
Published
An rsbuild plugin for config Lynx Config defined by @lynx-js/type-config.
Readme
Getting Started
npm install -D @lynx-js/config-rsbuild-pluginUsage
// lynx.config.ts
import { pluginLynxConfig } from '@lynx-js/config-rsbuild-plugin'
import { defineConfig } from '@lynx-js/rspeedy'
export default defineConfig({
plugins: [
pluginLynxConfig({
enableCheckExposureOptimize: false,
}),
],
})Contributing
Contributions to Rspeedy are welcome and highly appreciated. However, before you jump right into it, we would like you to review our Contribution Guidelines to make sure you have a smooth experience contributing to this project.
License
Rspeedy is Apache-2.0 licensed.
