@jenssimon/webpack-config-sfcc
Version:
A shareable Webpack configuration for SFCC projects
10 lines (9 loc) • 333 B
TypeScript
import type { WebpackConfigurationGenerator } from '../types.js';
/**
* Generate a Webpack configuration for a cartridge using the given options.
*
* @param cartridge the name of the cartridge
* @param opts The options
*/
declare const generateConfiguration: WebpackConfigurationGenerator;
export default generateConfiguration;