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 35418d2 commit 07ede59Copy full SHA for 07ede59
build.config.ts
@@ -2,7 +2,8 @@ import { defineBuildConfig } from 'unbuild'
2
3
export default defineBuildConfig([
4
{
5
- rollup: { inlineDependencies: ['valibot'] },
+ rollup: { inlineDependencies: ['valibot'], },
6
+ externals: ['eslint-plugin-import-x']
7
},
8
9
entries: ['src/cli.ts'],
0 commit comments