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 0a70e4e commit 0f3078aCopy full SHA for 0f3078a
scripts/rollup.config.ts
@@ -4,5 +4,5 @@ import { LEGACY_CONFIG, MODERN_CONFIG } from './rollupConfigs';
4
5
const rollupConfig = defineConfig([...LEGACY_CONFIG, ...MODERN_CONFIG]);
6
7
-// eslint-disable-next-line
+// eslint-disable-next-line import-x/no-default-export
8
export default rollupConfig;
0 commit comments