You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
install a new project with the vue-cli-template.
run a session with --hmr activated:
tns ios run --hmr #crashes (vue-hot-reload-api is currently at 2.3.0)
but:
npm install vue-hot-reload-api@2.3.1
tns ios run --hmr
No crash
What is expected?
The app is able to load
What is actually happening?
The app crashes on an unavailable window access:
JS ERROR ReferenceError: Can't find variable: window
vue-loader is pinned add 15.2.6 which has a sub-dependency of vue-hot-reload-api at 2.3.0, which has a bug accessing window even if not available. This is fixed in 2.3.1, so a bump of vue-loader to latest (15.4.2) would fix this sub-dependency.
NOTE: This form (issue-helper) is overly strict on reproduction links, as I don't have any, so I have to fill a random link. Also, how do I find the version of the vue-cli-template ?
The text was updated successfully, but these errors were encountered:
Version
N/A
Reproduction link
http://example.com
Platform and OS info
MacOS, ios, NativeScript 5.0
Steps to reproduce
install a new project with the vue-cli-template.
run a session with --hmr activated:
but:
No crash
What is expected?
The app is able to load
What is actually happening?
The app crashes on an unavailable window access:
JS ERROR ReferenceError: Can't find variable: window
vue-loader is pinned add 15.2.6 which has a sub-dependency of vue-hot-reload-api at 2.3.0, which has a bug accessing window even if not available. This is fixed in 2.3.1, so a bump of vue-loader to latest (15.4.2) would fix this sub-dependency.
NOTE: This form (issue-helper) is overly strict on reproduction links, as I don't have any, so I have to fill a random link. Also, how do I find the version of the vue-cli-template ?
The text was updated successfully, but these errors were encountered: