1.0.8 • Published 4 years ago
@webpack-config-suite/typescript v1.0.8
@webpack-config-suite/typescript
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 {TypeScriptReactConfig} from '@webpack-config-suite/typescript';
export default WebpackSetup.newSetup()
.use(TypeScriptReactConfig)
.newFactory();