ant-design/webpack.website.config.js

7 lines
138 B
JavaScript
Raw Normal View History

2016-02-29 12:16:09 +08:00
module.exports = function(webpackConfig) {
webpackConfig.entry = {
index: './site/entry/index.jsx',
};
return webpackConfig;
};