NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

[HMR + TypeScript] Failure reports in Vue and Glimmer #1113

Open frederikbosch opened 4 years ago

frederikbosch commented 4 years ago

Today I was trying out glimmer-native and could not get HMR running. I found out that Vue are reporting similar issues. I will reference to the issues per framework. Those issues themselves have perfectly reproducible examples.

Furthermore I also noticed the recently closed issue in the repo, #1060 and the open issue #1095.

Environment:

frederikbosch commented 4 years ago

@rosen-vladimirov In the latest merged PR, I saw you giving a hint to the one opening the issue where to fix the code. Would it possible to point me in the correct direction where this could possibly go wrong?

The error I would like to fix is

HMR: Ignored an update to unaccepted module: 
HMR: ➭ ../../src/ui-listview.ts

Somehow the TS files are not accepted.