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 f79e83b commit 8cea947Copy full SHA for 8cea947
rollup.config.js
@@ -1,7 +1,6 @@
1
import { getBabelOutputPlugin } from '@rollup/plugin-babel';
2
import image from '@rollup/plugin-image';
3
import typescript from '@rollup/plugin-typescript';
4
-import babelConfig from './babel.config';
5
6
const external = (id) => !id.startsWith('/') && !id.startsWith('.');
7
0 commit comments