【发布时间】:2018-10-22 07:19:24
【问题描述】:
我正在用 react + antd 设置 Meteor
当我导入像
这样的所有文件时import 'antd/dist/antd.less';
import 'antd/dist/antd.css';
import 'antd/dist/antd.js';
我收到以下警告 您使用的是一整包的 antd,请使用https://www.npmjs.com/package/babel-plugin-import 减小应用包大小。
如何在 Meteor.js 中进行设置
【问题讨论】: