zodern:remove-client-js

v1.0.0Published 4 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

zodern:remove-client-js

Minifier that removes client js files and replaces them with an empty function.

Some Meteor apps do not use the client architecture, but packages still add client code. Minifying that code can slow down deploys.

To use:

# Remove existing js minifier
meteor remove standard-minifier-js

# Add this minifier
meteor add zodern:remove-client-js