UNPKG

builder-we-app-cloud-account

Version:

The KOS Builder Module for Choice CloudAccount MicroApp

14 lines (11 loc) 457 B
'use strict'; module.exports = function(config) { config.externals = config.externals || {}; config.externals['react'] = 'React'; config.externals['react-dom'] = 'ReactDOM'; config.externals['antd'] = 'antd'; config.externals['@ant-design/icons/lib/dist'] = 'AntDesignIcons'; config.externals['saas-fetch'] = 'saas-fetch'; config.externals['saas-fetch-mtop'] = 'saas-fetch-mtop'; config.externals['@saasfe/we-app-react'] = 'WeAppReact'; }