Remmove react dev tools

This commit is contained in:
Thomas Nordquist
2019-01-08 02:23:10 +01:00
parent bb0f96028d
commit 723666e2cb

View File

@@ -6,12 +6,10 @@ require('./backend/build/backend/src/index.js')
let mainWindow let mainWindow
function createWindow () { function createWindow () {
BrowserWindow.addDevToolsExtension ('/Users/thomas/Library/Application Support/Google/Chrome/Default/Extensions/fmkadmapgofadopljbjfkapdkoienihi/3.5.0_0');
// Create the browser window. // Create the browser window.
mainWindow = new BrowserWindow({ mainWindow = new BrowserWindow({
width: 1024, width: 1024,
height: 600, height: 700,
webPreferences: { webPreferences: {
nodeIntegration: true nodeIntegration: true
} }