-
Hi,
I'm trying to build a simple app based on this boilerplate, but when i change any file in app directory, it doesnt get rebuilt, so to see changes i have to kill the app and build it again manuall…
-
Currently It's `"build": "rimraf dist && mkdirp dist cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",` so mkdirp create cross-env, NODE_ENV=product…
-
I couldn't get this to work on Windows until I pulled in this commit
https://github.com/mikerockett/electron-boilerplate-vue/commit/cb6ad525ee742099663367f4d5085d01a332dcee
-
### Summary
I'm trying to use react-devtools with atom-shell as described [here](https://github.com/atom/atom-shell/blob/master/docs/tutorial/devtools-extension.md) in the docs, but the React tab doe…
-
Here is the console.log stack:
```
Uncaught Error: Error processing argument -1.
TypeError: Error processing argument -1.
at TypeError (native)
at callFunction (C:\Users\...\Documents\TeraLog…
-
On Windows, things run fine when I'm running via "npm start" but when I "npm run release", and then install, I get a "cannot find module fs-jetpack" error on launch.
Any tips for how to debug this?