0.1.2 • Published 4 years ago

@shaking/antd-css v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@shaking/antd-css

Make antd support webpack tree-shaking out of the box.

npm license node

Installation

npm install @shaking/antd-css --save-dev

Now, You don't need babel-plugin-import to handle antd import anymore.

Usage

Enable webpack@4 tree shaking of ES modules. Add css support to your webpack scaffold. If you already did that, just:

import { Card, Alert } from 'antd';

Tips

If you need to support more complex use cases, I still suggest using babel-plugin-import.