@oriflame/config-webpack
Version:
Reusable Webpack configs.
10 lines • 665 B
TypeScript
import type { Configuration } from 'webpack';
import type { WebpackOptions } from './types';
export declare const WEBPACK_ROOT: string;
export declare const PROD: boolean;
export declare const PORT = 3000;
export declare function getFavIcon(srcPath: string): string;
export declare function getPlugins({ analyzeBundle, srcFolder, entryPoint, react, moduleFederationConfig, enableSharedModules, root, sharedModulesManifestPath, }: WebpackOptions): Configuration['plugins'];
export declare function getUniqueName(): string;
export declare function getParallelValue(value: boolean | number | string | undefined): boolean | number;
//# sourceMappingURL=helpers.d.ts.map