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

1.0.8 • Public • Published

@webpack-config-suite/styles

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 {CssConfig, LessConfig} from '@webpack-config-suite/styles';


export default WebpackSetup.newSetup()
  .use(CssConfig)
  .use(LessConfig)
  .newFactory();

Readme

Keywords

none

Package Sidebar

Install

npm i @webpack-config-suite/styles

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

17.9 kB

Total Files

27

Last publish

Collaborators

  • spamshaker