nervous-systems / serverless-cljs-plugin

Serverless plugin for Clojurescript deployment w/ cljs-lambda
The Unlicense
75 stars 10 forks source link

Expose index.js generation #39

Open arichiardi opened 6 years ago

arichiardi commented 6 years ago

Sometimes you want to generate an index.js that is appropriate for you compilation level, but you don't quite want to use the compiler provided by serverless-cljs-plugin.

For instance one wicked dev (me :smile:) might want to use a custom script, or clj -m cljs.main for compilation but still be able to use the index.js provided by the plugin.

I know this sounds odd, and I am opening an issue to see if it is completely out of the world or not.