Nestjs - Disable bundling into one main.js file #28829
DanielStoehr
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Nestjs is using webpack to build the app.
As i know there is no setting to disable "bundling into one single file".
When i now build my app (with e.g. docker) and i want to run migrations on container startup I have no chance to access the typeorm.config or the migration files.
Right now I´m using the standard configuration to run the dev server. When it comes to build process I´m using the @nx/js:tsc package to convert the files to .js files. After that i have to create a project-based package.json file because the @nx/js:tsc package dont support that.
So there are a lot of workarounds to solve this problem.
Is there something planned about that or can i get support from somebody?
Thanks in Advance
Greets
Daniel
Beta Was this translation helpful? Give feedback.
All reactions