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 Aug 7, 2021. It is now read-only.
in app.module.ts change some of the imports to use invalid path
the compilation stops on the error which is expected
fix the error
Observe the log:
Webpack compilation complete. Watching for file changes.
Webpack build done!
Successfully transferred bundle.js on device emulator-5554.
Successfully transferred runtime.js on device emulator-5554.
Successfully transferred vendor.js on device emulator-5554.
Successfully transferred 8e8d0cd48028dd74cb35.hot-update.json on device emulator-5554.
JS: HMR: Checking for updates to the bundle with hmr hash 8e8d0cd48028dd74cb35.
JS: HMR: No Modules Updated.
JS: HMR: Successfully applied update with hmr hash 8e8d0cd48028dd74cb35. App is up to date.
Restarting application on device emulator-5554...
JS: HMR: Hot Module Replacement Enabled. Waiting for signal.
Note: 8e8d0cd48028dd74cb35.hot-update.json should not be transferred
Environment
To Reproduce
tns create app --ng
npm i nativescript-dev-webpack@next --save-dev --save-exact
node_modules/.bin/update-ns-webpack --deps --configs
tns run ios
app.module.ts
change some of the imports to use invalid pathObserve the log:
Webpack compilation complete. Watching for file changes.
Webpack build done!
Successfully transferred bundle.js on device emulator-5554.
Successfully transferred runtime.js on device emulator-5554.
Successfully transferred vendor.js on device emulator-5554.
Successfully transferred 8e8d0cd48028dd74cb35.hot-update.json on device emulator-5554.
JS: HMR: Checking for updates to the bundle with hmr hash 8e8d0cd48028dd74cb35.
JS: HMR: No Modules Updated.
JS: HMR: Successfully applied update with hmr hash 8e8d0cd48028dd74cb35. App is up to date.
Restarting application on device emulator-5554...
JS: HMR: Hot Module Replacement Enabled. Waiting for signal.
Note: 8e8d0cd48028dd74cb35.hot-update.json should not be transferred
Additional context
Not reproducible with [email protected]
The text was updated successfully, but these errors were encountered: