Skip to content

Commit 8cea947

Browse files
committed
fix: remove unused imports
1 parent f79e83b commit 8cea947

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: rollup.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { getBabelOutputPlugin } from '@rollup/plugin-babel';
22
import image from '@rollup/plugin-image';
33
import typescript from '@rollup/plugin-typescript';
4-
import babelConfig from './babel.config';
54

65
const external = (id) => !id.startsWith('/') && !id.startsWith('.');
76

0 commit comments

Comments
 (0)