UNPKG

@angular-builders/custom-webpack

Version:

Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it

12 lines (11 loc) 327 B
/** * Created by Evgeny Barabanov on 01/07/2018. */ export * from './browser'; export * from './karma'; export * from './server'; export * from './dev-server'; export * from './extract-i18n'; export * from './transform-factories'; export * from './generic-browser-builder'; export { TargetOptions } from './type-definition';