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

1.0.8 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    10
    • latest

Version History

Package Sidebar

Install

npm i @webpack-config-suite/typescript

Weekly Downloads

10

Version

1.0.8

License

ISC

Unpacked Size

21.6 kB

Total Files

27

Last publish

Collaborators

  • spamshaker