meteor-build-client
meteor-build-client copied to clipboard
A tool to bundle the client part of a Meteor app.
The `dynamic-import` package does not work with a client-only app, so we need to bundle all imports while building statically. A similar approach is done by `bundle-visualizer`. I could provide...
Some details about our meteor application: .meteor/versions ``` [email protected] [email protected] [email protected] [email protected] [email protected] ``` .meteor/release ``` [email protected] ``` When running with the command `meteor-build-client ../output_directory_1 --url / --debug --settings settings.json`...