We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cloned your project, then set up HRM following the instructions of nestjs docs https://docs.nestjs.com/recipes/hot-reload
then I run the command: nest build --webpack --webpackPath webpack-hmr.config.js --watch and receive the error as shown in the image:
nest build --webpack --webpackPath webpack-hmr.config.js --watch
Cannot use import statement outside a module
I tried running npm run start:dev and the project still started up without errors
npm run start:dev
The text was updated successfully, but these errors were encountered:
@Shchepotin Do you have any way to fix this error?
Sorry, something went wrong.
@block2k Sorry but no, because TypeORM has a problem with their config in HMR mode.
HMR
compilerOptions
webpack: true
Shchepotin
No branches or pull requests
I cloned your project, then set up HRM following the instructions of nestjs docs
https://docs.nestjs.com/recipes/hot-reload
then I run the command:
nest build --webpack --webpackPath webpack-hmr.config.js --watch
and receive the error as shown in the image:
I tried running
npm run start:dev
and the project still started up without errorsThe text was updated successfully, but these errors were encountered: