@aliyun-obv/obviz-core
Advanced tools
Comparing version 0.2.9 to 0.3.0-beta.0
@@ -24,3 +24,4 @@ export interface ConfigEntry { | ||
rewrites?: ConfigRewrite[]; | ||
dts?: boolean; | ||
} | ||
export declare const defineConfig: (config: ObvizConfig) => ObvizConfig; |
export { obvizAppPlugin } from './plugins/appPlugin'; | ||
export { addParentPlugin } from './plugins/addParentPlugin'; | ||
export { defineConfig } from './defineConfig'; | ||
export { viteReactExternalPlugin, viteReactDomExternalPlugin } from './plugins/externalPlugin'; | ||
export type { ObvizConfig, ConfigEntry } from './defineConfig'; |
@@ -17,3 +17,3 @@ { | ||
"devDependencies": {}, | ||
"version": "0.2.9" | ||
"version": "0.3.0-beta.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
166823
14
5215