#Issue with webpack HMR

1 messages · Page 1 of 1 (latest)

tropic birch
#

ts-loader plugin uses this regex on its documentation
test: /\.([cm]?ts|tsx)$/,
https://www.npmjs.com/package/ts-loader

cyan horizon
tropic birch
cyan horizon
#

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