Config bootstrap with webpack

This commit is contained in:
Yukai Huang 2016-10-08 23:04:19 +08:00
parent 2b678c1f12
commit 8e2b03cfd6
4 changed files with 75 additions and 62 deletions

View file

@ -378,5 +378,5 @@ function parseToHistory(list, notehistory, callback) {
}
module.exports = {
writeHistory: writeHistory
writeHistory: writeHistory
}