@reactant/platform
Version:
7 lines (6 loc) • 300 B
TypeScript
import { PlatformOptions } from '@reactant/types';
import createBabelConfig from './createBabelConfig';
import createWebpackConfig from './createWebpackConfig';
export declare function getOptions(): PlatformOptions;
export { createBabelConfig, createWebpackConfig };
export * from '@reactant/types';