ts-loader plugin uses this regex on its documentation
test: /\.([cm]?ts|tsx)$/,
https://www.npmjs.com/package/ts-loader
#Issue with webpack HMR
1 messages · Page 1 of 1 (latest)
Still get the same issue with that regex
is ./src/file-name.ts associated with the nestjs app?
yes it happens whenever I save a controller, service, or module, file-name is just the name of the file i save, for eg ./src/users/users.controller.ts