UNPKG

@jenssimon/webpack-config-sfcc

Version:

A shareable Webpack configuration for SFCC projects

8 lines (7 loc) 293 B
import type { Configuration } from 'webpack'; import type { ConfigurationFnc } from '../types.js'; /** * The mode configuration (production or development). (see https://webpack.js.org/configuration/mode/) */ declare const mode: ConfigurationFnc<Configuration['mode']>; export default mode;