@yanhuang/webpack-configs

2.15.0 • Public • Published

Yanhuang Webpack Config

Base Webpack configuration files.

Install

```
yarn add --dev @yanhuang/webpack-configs
```
Or
```
npm install --save-dev @yanhuang/webpack-configs
```

Base Configuration

```
const webpackMerge = require('webpack-merge');
const baseConfig = require('@yanhuang/webpack-configs');

module.exports = webpackMerge(baseConfig, {
    entry: {...},
    output: {...},
})
```

Dependencies (12)

Dev Dependencies (11)

Package Sidebar

Install

npm i @yanhuang/webpack-configs

Weekly Downloads

1

Version

2.15.0

License

MIT

Unpacked Size

5.19 kB

Total Files

6

Last publish

Collaborators

  • hellboylhj
  • shijun_yanhuang
  • yuanshiming
  • yanhuangdata