1.0.0 • Published 1 year ago

@hadeshe93/wpconfig-mw-react17 v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

A middleware should be used with webpack-chain in order to support the app project based on react.

Installation

$ npm install @hadeshe93/wpconfig-mw-react17 --save

Usage

// use it in esm
import ChainConfig from 'webpack-chain';
import getMWReact17 from '@hadeshe93/wpconfig-mw-react17'

// return a WebpackChainConfig instance
const chainConfig = getMWReact17()(
  new ChainConfig()
);
// get config in json format
const webpackConfig = chainConfig.toConfig();
// ...
1.0.0

1 year ago

0.1.7

1 year ago

0.1.2

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.1

2 years ago