You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?The text was updated successfully, but these errors were encountered: