electron-react-boilerplate: Uncaught ReferenceError: vendor is not defined
Uncaught ReferenceError: vendor is not defined
at Object.0 (external "vendor":1)
at __webpack_require__ (bootstrap cdec395…:659)
at fn (bootstrap cdec395…:83)
at Object.41 (index.js from dll-reference vendor:1)
at __webpack_require__ (bootstrap cdec395…:659)
at fn (bootstrap cdec395…:83)
at Object.<anonymous> (client:3)
at Object../node_modules/webpack-dev-server/client/index.js?http:/localhost:1212 (client?fd75:181)
at __webpack_require__ (bootstrap cdec395…:659)
at fn (bootstrap cdec395…:83)
0 @external "vendor":1
__webpack_require__ @bootstrap e86c1e1…:659
fn @bootstrap e86c1e1…:83
41 @index.js from dll-reference vendor:1
__webpack_require__ @bootstrap e86c1e1…:659
fn @bootstrap e86c1e1…:83
(anonymous) @client:3
./node_modules/webpack-dev-server/client/index.js?http:/localhost:1212 @client?fd75:181
__webpack_require__ @bootstrap e86c1e1…:659
fn @bootstrap e86c1e1…:83
93 @bundle.js:25006
__webpack_require__ @bootstrap e86c1e1…:659
module.exports../app/actions/notes_actions.js.Object.defineProperty.value @bootstrap e86c1e1…:708
(anonymous) @bootstrap e86c1e1…:708
Sorry for the terrible formatting.
This error appears every half dozen or so hot-reloads. It resolves on reloading again. Not a big deal, but I don’t see it reported yet as best I can tell.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 2
- Comments: 25 (24 by maintainers)
Commits related to this issue
- Remove dev race condition on Windows. See here: https://github.com/chentsulin/electron-react-boilerplate/issues/905 — committed to trufflesuite/ganache-ui by tcoulter 7 years ago
I’m also going to work on a tool that can automate parts of the migration process. Also going to work on a
UPGRADE.mdguideI didnt know i had permission on github releases to push releases even tho I’m not the owner. Will start pushing releases more frequently
Fixed in
0.11.0To temporarily circumvent this issue, make
vendorand empty array:Let me know if this fixes anything for you. Rebuild the dll and start
npm run devagain