1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00
This commit is contained in:
Rokt33r
2016-05-13 03:17:08 +09:00
parent 18b6d8289f
commit ba4d90765a
3 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ const ipc = electron.ipcRenderer
const path = require('path')
import { syncHistoryWithStore } from 'react-router-redux'
const PRO = process.env.NODE_ENV === 'production'
if (!PRO) require('devtron').install()
const remote = electron.remote
let config = fetchConfig()

View File

@@ -63,6 +63,7 @@
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"css-loader": "^0.19.0",
"devtron": "^1.1.0",
"electron-packager": "^6.0.0",
"electron-prebuilt": "^0.36.12",
"electron-release": "^2.2.0",

View File

@@ -41,6 +41,7 @@ var config = {
'@rokt33r/sanitize-html',
'markdown-it-checkbox',
'season',
'devtron',
{
react: 'var React',
'react-dom': 'var ReactDOM',