mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
add missing
This commit is contained in:
parent
8f2e8437be
commit
4df3e8d446
1
scripts/importCss.js
Normal file
1
scripts/importCss.js
Normal file
@ -0,0 +1 @@
|
||||
require('../style/index.less');
|
3
webpack.deploy.config.js
Normal file
3
webpack.deploy.config.js
Normal file
@ -0,0 +1,3 @@
|
||||
var config = require('./webpack.config');
|
||||
delete config.entry.index;
|
||||
module.exports = config;
|
Loading…
Reference in New Issue
Block a user