UNPKG

@jenssimon/webpack-config-sfcc

Version:

A shareable Webpack configuration for SFCC projects

8 lines (7 loc) 288 B
import type { Configuration } from 'webpack'; import type { ConfigurationFnc } from '../types.js'; /** * The entry point configuation (see https://webpack.js.org/configuration/entry-context/#entry) */ declare const entry: ConfigurationFnc<Configuration['entry']>; export default entry;