1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-27 15:47:15 +00:00

Use browser target dist of react stuff

for faster compile
This commit is contained in:
Rokt33r
2016-04-18 05:47:13 +09:00
parent d878028dcc
commit 948377ba93
5 changed files with 52 additions and 4 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "boost",
"version": "0.5.9",
"version": "0.6.0",
"description": "Boostnote",
"main": "index.js",
"scripts": {
"start": "electron ./index.js",
"hot": "electron ./index.js --hot",
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js"
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
"postinstall": "grunt copy"
},
"config": {
"electron-version": "0.36.11"