meteor-build-client icon indicating copy to clipboard operation
meteor-build-client copied to clipboard

A tool to bundle the client part of a Meteor app.

Results 2 meteor-build-client issues
Sort by recently updated
recently updated
newest added

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...

enhancement
wontfix

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`...

question