mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-22 19:28:47 +10:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
module.exports = function(webpackConfig) {
|
|
webpackConfig.entry = {
|
|
index: './site/entry/index.jsx',
|
|
};
|
|
return webpackConfig;
|
|
};
|