提交 3e94a890 编写于 作者: A afc163

fix antd.js for jsfiddle

上级 57ff27f3
var config = require('./webpack.config');
config.entry = {
'antd': ['./index.js', './style/index.less']
'antd': ['./style/index.less', './index.js']
};
config.externals = {
'react': {
......@@ -18,4 +18,4 @@ config.externals = {
};
config.output.library = 'antd';
config.output.libraryTarget = 'umd';
module.exports = config;
\ No newline at end of file
module.exports = config;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册