mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-24 12:16:21 +10:00
fix css minify bug
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@
|
||||
"babel-core": "~5.4.7",
|
||||
"babel-loader": "~5.1.3",
|
||||
"buildbranch": "^0.0.3",
|
||||
"css-loader": "^0.15.1",
|
||||
"css-loader": "^0.14.1",
|
||||
"eslint": "~0.22.1",
|
||||
"eslint-plugin-react": "~2.5.0",
|
||||
"extract-text-webpack-plugin": "^0.8.1",
|
||||
@@ -51,7 +51,7 @@
|
||||
"pack": "npm run clean && webpack --optimize-minimize && nico build",
|
||||
"start": "npm run clean && nico server --watch",
|
||||
"clean": "rm -rf _site",
|
||||
"deploy": "npm run build && node scripts/deploy.js",
|
||||
"deploy": "npm run pack && node scripts/deploy.js",
|
||||
"lint": "eslint components index.js --ext '.js,.jsx'",
|
||||
"test": "webpack && npm run lint",
|
||||
"prepublish": "npm run babel"
|
||||
|
||||
Reference in New Issue
Block a user