diff --git a/lib/baseConfig.ts b/lib/baseConfig.ts index d27d86a4..99d82e8c 100644 --- a/lib/baseConfig.ts +++ b/lib/baseConfig.ts @@ -146,10 +146,8 @@ export function createBaseConfig(options: BaseOptions = {}): UserConfigFn { sourcemap: true, target: browserslistToEsbuild(), // fix watch mode if the output is within the input (base directory) - rollupOptions: { - watch: { - allowInputInsideOutputPath: true, - }, + watch: { + allowInputInsideOutputPath: true, }, }, }),