A Rsbuild plugin to integrate with ReactLynx.
npm install -D @lynx-js/react-rsbuild-plugin
import { pluginReactLynx } from '@lynx-js/react-rsbuild-plugin'
import { defineConfig } from '@lynx-js/rspeedy'
export default defineConfig({
plugins: [
pluginReactLynx(),
],
})
Visit Lynx Website to view the full documentation.
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.
Rspeedy is Apache-2.0 licensed.