Greg Holguin
Greg Holguin
Sorry for late reply everyone. Just as @MarlBurroW mentioned, this is a dependency issue. Going to disable this until it is resolved. This patch will enable HMR to work as...
I'd love to help, but I need some information on how to reproduce this.
I believe using `yarn link` is a required step to make this work and should do what you need it to.
Feel free to create a PR with the typings :slightly_smiling_face:
This doesn't seem to cover all importable items from `electron`. Could we get it to apply for all, instead of a small set list? Also let's add a `types` field...
Would love to have some sort of auto-update feature. I put this [commit](https://github.com/SimulatedGREG/electron-devtools-installer/commit/006ed428040467dc5ee83903ca4b92e722416c66) together but soon realized @jhen0409 strategy doesn't seem to work for all extensions unfortunately. Will look into...
Yeah I noticed that afterwards, although VUEJS_DEVTOOLS actually does use proper `semver` with version `3.0.5`. Either way, when you plug in the `chromeStoreId` for each plugin, not all results produce...
From package.json ``` js "vue": "1.0.17", "vue-hot-reload-api": "^1.2.0", "vue-html-loader": "^1.0.0", "vue-loader": "^8.1.3", "vue-router": "0.7.11", "vue-style-loader": "^1.0.0", "webpack": "^1.12.2", "webpack-dev-middleware": "^1.4.0", "webpack-externals-plugin": "1.0.0", "webpack-hot-middleware": "^2.6.0", "webpack-merge": "^0.8.3" ``` Actual versions found...
@fab1an Although this is somewhat unrelated to my issue, this boilerplate is actually using `node` as its target (for `__dirname` to be accurate). Although using `node` should work since it...
In my other setup, using `target: 'electron-renderer'`seems to solve the `__dirname` issue and includes the electron apis.