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 34b208b commit a922e02Copy full SHA for a922e02
packages/commandkit/src/config/default.ts
@@ -1,13 +1,13 @@
1
import { MacroPlugin } from '../plugins/plugin-runtime/builtin/MacroPlugin';
2
import { ResolvedCommandKitConfig } from './utils';
3
-import json from '@rollup/plugin-json';
+// import json from '@rollup/plugin-json';
4
5
/**
6
* Default configuration for CommandKit.
7
*/
8
export const defaultConfig: ResolvedCommandKitConfig = {
9
plugins: [new MacroPlugin({ enabled: true })],
10
- rolldownPlugins: [json() as any],
+ rolldownPlugins: [],
11
compilerOptions: {
12
macro: {
13
development: false,
0 commit comments