Skip to content
New issue

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

fix(core): Make nest compatible with fuse-box bundler #392

Closed

Conversation

lizardruss
Copy link

In order to package a nest application into a binary, tools like nexe use a bundler. Unfortunately bundlers don't always interpret the 'this' keyword appropriately. This removes the use of 'this' to avoid confusing a bundler, and adds assertions to the existing test suite to ensure the behavior remains the same.

This PR will fix #391

In order to package a nest application into a binary, tools like nexe use a bundler. Unfortunately bundlers don't always interpret the 'this' keyword appropriately. This removes the use of 'this' to avoid confusing a bundle, and adds assertions to the existing test suite to ensure the behavior remains the same.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.002%) to 94.55% when pulling 5e9e385 on lizardruss:fix-nexe-bundler-compatibility into 1812567 on nestjs:master.

@kamilmysliwiec
Copy link
Member

Hi @lizardruss,
I see (#391) that PR is outdated. Closing

@lock
Copy link

lock bot commented Sep 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nest cannot be bundled using nexe
3 participants