mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
fix antd.js for jsfiddle
This commit is contained in:
parent
57ff27f382
commit
3e94a89004
@ -1,6 +1,6 @@
|
||||
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;
|
||||
module.exports = config;
|
||||
|
Loading…
Reference in New Issue
Block a user