1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-12 17:26:17 +00:00

works well with node6

This commit is contained in:
yosmoc
2016-08-25 21:25:28 +02:00
parent e685c4302d
commit 68a5b6fc50
4 changed files with 1 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
# Build
You must use Node LTS v4.\*.\* to build Boostnote.
## Development
We use Webpack HMR to develope Boostnote.

View File

@@ -1,7 +1,5 @@
# Build
ビルドするためにはNode LTS v4.\*.\*が必要です。
## 開発
Webpack HRMを使います。

View File

@@ -1,7 +1,5 @@
# Build
빌드하기 위해선 Node LTS v4.\*.\* 가 필요합니다.
## 개발
Webpack HRM을 개발을 위해 사용합니다.

View File

@@ -93,7 +93,7 @@
"standard": "^6.0.8",
"style-loader": "^0.12.4",
"stylus": "^0.52.4",
"stylus-loader": "^1.3.1",
"stylus-loader": "^2.3.1",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},