1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Merge pull request #97 from yosmoc/node6

Node 6 support
This commit is contained in:
Dick Choi
2016-08-26 09:24:08 +09:00
committed by GitHub
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

@@ -92,7 +92,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"
},