1.0.4 • Published 3 years ago

@webpack-config-suite/lerna v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@webpack-config-suite/lerna

The utility to create flexible and shareable webpack configurations for complex projects

Usage

example TypeScript

webpack.config.ts

import {WebpackSetup} from '@webpack-config-suite/core';
import {LernaTypeScriptReactConfig} from '@webpack-config-suite/lerna';


export default WebpackSetup.newSetup()
  .use(LernaTypeScriptReactConfig)
  .newFactory();