I am making some “static” web application. “static” here means no server side logic. It uses lots of JavaScript codes in clients.
I tried a few module bundling systems to select one but no one satisfies me.
I love Meteor’s module system.
Are there any ways to use Meteor’s module system for “static” applications?
I mean that I want to use Meteor’s module system for bundling assets and use static web server not meteor.