mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
update site style
This commit is contained in:
parent
be3ed10e6c
commit
c63a752de8
@ -33,7 +33,7 @@
|
||||
|
||||
## 安装
|
||||
|
||||
```
|
||||
```bash
|
||||
$ npm install antd
|
||||
```
|
||||
|
||||
|
@ -51,6 +51,6 @@ pre code {
|
||||
border: 1px solid #e9e9e9;
|
||||
padding: 10px 15px;
|
||||
border-radius: 6px;
|
||||
font-size: 14px;
|
||||
font-size: 13px;
|
||||
white-space: pre;
|
||||
}
|
||||
|
@ -2,6 +2,7 @@ var webpack = require('webpack');
|
||||
var config = require('./webpack.config');
|
||||
|
||||
delete config.devtool;
|
||||
config.entry.demo = [config.entry.demo[0]];
|
||||
config.plugins.push(new webpack.optimize.UglifyJsPlugin({
|
||||
sourceMap: false,
|
||||
output: {
|
||||
|
Loading…
Reference in New Issue
Block a user