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
I used the reflect-metadata installation package, I introduced it, and configured some corresponding methods in the tsconfig file, I have to specify some parameters:
Specify the parameter as node to use normally, otherwise it will report an error, Reflect.defineMetadata is not a function
But now the dev-server in webpack doesn't work. Every time you write any properties or methods in Reflect-metadata, it won't reload properly.
I have to manually force the shutdown and restart npm run dev
How to solve this? 🤔
The text was updated successfully, but these errors were encountered:
I apologize for not having reviewed this issue previously. Is this still an issue you are seeing? If not, I plan to close this issue in a few days as part of cleanup up stale issues in the repository.
I used the reflect-metadata installation package, I introduced it, and configured some corresponding methods in the tsconfig file, I have to specify some parameters:
Specify the parameter as node to use normally, otherwise it will report an error,
Reflect.defineMetadata
is not a functionBut now the dev-server in webpack doesn't work. Every time you write any properties or methods in Reflect-metadata, it won't reload properly.
I have to manually force the shutdown and restart
npm run dev
How to solve this? 🤔
The text was updated successfully, but these errors were encountered: