diff --git a/src/index.ts b/src/index.ts index 8fbb096..d0dc633 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ import type { Plugin as RollupPlugin } from 'rollup'; import fs from 'fs'; -import { extname, resolve, dirname, join, sep } from 'path'; +import { extname, resolve, dirname, join } from 'path'; import { createFilter, type FilterPattern } from '@rollup/pluginutils'; import type { Options as SwcOptions,