Open SoonIter opened 2 months ago
import { pluginReact } from '@rsbuild/plugin-react'; import { type LibConfig, defineConfig } from '@rslib/core'; export default defineConfig({ source: { entry: { index: ['./src/**', '!./src/env.d.ts'], }, }, lib: [ { format: 'esm', bundle: false, }, ], plugins: [pluginReact()], });
fix this
@SoonIter Just test it locally, I think this is resolved now.
I handle the css file, but .svg and svgr files would meet this case too
What problem does this feature solve?
What does the proposed API look like?
fix this