Skip to content

Commit

Permalink
enable antd esmodule tree shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jan 2, 2020
1 parent 774f7b9 commit 0f1ead0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack/config.client.js
Expand Up @@ -82,6 +82,7 @@ module.exports = (env = {}) => {
'import',
{
libraryName: 'antd',
libraryDirectory: 'es',
style: true,
},
],
Expand Down

0 comments on commit 0f1ead0

Please sign in to comment.