-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
Description
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? 🤔
