Update to move custom CodeMirror codebase to our own repo and update webpack build config

This commit is contained in:
Wu Cheng-Han
2016-11-28 01:36:48 +08:00
parent 3a305b8258
commit 9f79ed929e
412 changed files with 18 additions and 77408 deletions

View File

@@ -20,6 +20,7 @@
"bootstrap": "^3.3.7",
"chance": "^1.0.4",
"cheerio": "^0.22.0",
"codemirror": "git+https://github.com/hackmdio/CodeMirror.git",
"compression": "^1.6.2",
"connect-session-sequelize": "^3.2.0",
"cookie": "0.3.1",
@@ -156,6 +157,7 @@
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2"
"webpack": "^1.13.2",
"webpack-shell-plugin": "^0.4.3"
}
}