react-scripts/src/index.ts

9 lines
169 B
TypeScript

export type {
WebpackEnv,
WebpackMode,
WebpackOptions,
WebpackPaths,
WebpackMainLoaders,
} from './types';
export { default as createConfig } from './config';