Mark Tran

Results 4 comments of Mark Tran

That's actually the only one I know of

I looked into this and it doesn't appear to be possible to use Webpack HMR with this package. `nestjs-config` tries to load config files at runtime after Webpack has transpiled...

@OLDIN ``` import path from 'path'; import { Module, Global } from '@nestjs/common'; import { ConfigService } from './config.service'; import { ROOT_PATH } from '../constants'; const NODE_ENV = process.env.NODE_ENV ||...

@bashleigh I'm on the latest version of Nest. Not sure what HMR integration looked like in previous versions but it must have been pretty minimal (see: https://docs.nestjs.com/techniques/hot-reload).