chore: 优化build

This commit is contained in:
suxiaoxin 2017-09-21 09:17:41 +08:00
parent d1cd63c440
commit c290306a30

11
ykit.js
View File

@ -69,13 +69,18 @@ module.exports = {
'react-router-dom', 'react-router-dom',
'prop-types', 'prop-types',
'axios', 'axios',
'moment' 'moment',
'react-dnd-html5-backend',
'react-dnd',
'reactabular-table',
'reactabular-dnd',
'table-resolver'
], ],
lib2: [ lib2: [
'brace', 'brace',
'mockjs', 'mockjs',
'json5' 'json5',
'url'
] ]
} }
}, },