UNPKG

burdy

Version:

Open Source Headless Platform

5 lines (4 loc) 370 B
import webpack from 'webpack'; declare const webpackAdminConfigure: (...overrides: ((config: webpack.Configuration) => webpack.Configuration)[]) => webpack.Configuration; declare const webpackServerConfigure: (...overrides: ((config: webpack.Configuration) => webpack.Configuration)[]) => webpack.Configuration; export { webpackAdminConfigure, webpackServerConfigure };