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

1.0.8 • Public • Published

@webpack-config-suite/development

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

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @webpack-config-suite/development

    Weekly Downloads

    0

    Version

    1.0.8

    License

    ISC

    Unpacked Size

    6.29 kB

    Total Files

    11

    Last publish

    Collaborators

    • spamshaker