1.0.1 • Published 5 years ago

dahlia-webpack-antd-pro v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

dahlia-webpack-antd-pro

Installation

yarn add dahlia-webpack-override dahlia-webpack-antd dahlia-webpack-antd-pro

Usage

const override = require('dahlia-webpack-override')
const antd = require('dahlia-webpack-antd')
const antdPro = require('dahlia-webpack-antd-pro')

module.exports = {
  webpack(config, env) {
    return override(config, env).pipe(
      antd(),
      antdPro(),
    )
  },
}

License

MIT License