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

Exclude meteor-debug from production builds #30

Open
maxfi opened this issue Feb 26, 2016 · 1 comment
Open

Exclude meteor-debug from production builds #30

maxfi opened this issue Feb 26, 2016 · 1 comment

Comments

@maxfi
Copy link

maxfi commented Feb 26, 2016

I'm only going to be using meteor-debug in development for the time being and don't require the production debugging capabilities. As such, is there a way to exclude the package from production builds?

Would it be a possibility to make this a debugOnly package and perhaps include the production capabilities in another package?

@lehtu
Copy link

lehtu commented Nov 23, 2016

I think it definitely should be added to package.js, this line debugOnly: true. If someone wants to use debug package in production then she can just add this under packages/ and set debugOnly: false

Here is the documentation reference: Package.describe(options):debugOnly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants