We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f71d2b commit af425dcCopy full SHA for af425dc
examples/react-component-bundle-false/rslib.config.ts
@@ -33,7 +33,6 @@ export default defineConfig({
33
output: {
34
target: 'web',
35
assetPrefix: 'auto', // TODO: move this line to packages/core/src/asset/assetConfig.ts
36
- dataUriLimit: 4000,
37
},
38
plugins: [pluginReact(), pluginSass()],
39
});
0 commit comments