@webpack-config-suite/babel
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

@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();

Readme

Keywords

none

Package Sidebar

Install

npm i @webpack-config-suite/babel

Weekly Downloads

0

Version

1.0.8

License

ISC

Unpacked Size

19.4 kB

Total Files

23

Last publish

Collaborators

  • spamshaker