import { WebpackConfigOptions } from '../webpack-config'; export const getDevConfig = function (wco: WebpackConfigOptions) { return {}; };