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 has been archived by the owner on Aug 7, 2021. It is now read-only.
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
Please, attach your package.json and webpack.config.js as these configurations are usually critical for investigating issues with webpack
Describe the bug
in nativescript CLI v 6.4. hot module replacement is not working. I’m on ios 10.15. and I’m using the ’@rc’ nativescript
The logs indicate that webpack is watching files and waiting for a signal
HMR: Hot Module Replacement Enabled. Waiting for signal.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):CLI: 6.4.0
Cross-platform modules: 6.4.0
Android Runtime: 6.4.1
iOS Runtime: 6.4.1
Plugin(s): "nativescript-dev-webpack": "^1.5.1-rc-2020-02-25-144616-01"
Node.js: 12.18.3
Please, attach your package.json and webpack.config.js as these configurations are usually critical for investigating issues with webpack
Describe the bug
in nativescript CLI v 6.4. hot module replacement is not working. I’m on ios 10.15. and I’m using the ’@rc’ nativescript
The logs indicate that webpack is watching files and waiting for a signal
When I make a code change I see this:
However, the application doesn’t refresh in the simulator. (edited)
To Reproduce
tns run ios --device "iPhone 11"
Make change to any file in the project. E.g. change Label text or component property value.
Expected behavior
The application restarts inside the ios simulator and the changes are reflected in the UI.
package.json
webpack-config.js
The text was updated successfully, but these errors were encountered: