UNPKG

@jenssimon/webpack-config-sfcc

Version:

A shareable Webpack configuration for SFCC projects

6 lines 254 B
/** * The mode configuration (production or development). (see https://webpack.js.org/configuration/mode/) */ const mode = (cartridge, { production }) => (production ? 'production' : 'development'); export default mode; //# sourceMappingURL=mode.js.map