@webpack-config-suite/core
v1.0.8
Published
The utility to create flexible and shareable webpack configurations for complex projects
Downloads
50
Readme
@webpack-config-suite/core
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';
export default WebpackSetup.newSetup().newFactory();