1.0.8 • Published 3 years ago

@webpack-config-suite/babel v1.0.8

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

@webpack-config-suite/babel

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 {BabelReactConfig} from '@webpack-config-suite/babel';

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