UNPKG

@jenssimon/webpack-config-sfcc

Version:

A shareable Webpack configuration for SFCC projects

5 lines (4 loc) 230 B
import type { WebpackOptionsNormalized } from 'webpack'; import type { ConfigurationFnc } from '../types.js'; declare const devServerConfig: ConfigurationFnc<WebpackOptionsNormalized['devServer']>; export default devServerConfig;