UNPKG

@webpack-contrib/defaults

Version:

Project configuration and boilerplate defaults for webpack projects

20 lines (18 loc) 436 B
import compile from './compile'; import execute from './execute'; import getCompiler from './getCompiler'; import getErrors from './getErrors'; import getWarnings from './getWarnings'; import normalizeErrors from './normalizeErrors'; import readAsset from './readAsset'; import readsAssets from './readAssets'; export { compile, execute, getCompiler, getErrors, getWarnings, normalizeErrors, readAsset, readsAssets, };