serverless-cljs-plugin icon indicating copy to clipboard operation
serverless-cljs-plugin copied to clipboard

Expose index.js generation

Open arichiardi opened this issue 7 years ago • 0 comments

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.

arichiardi avatar Mar 29 '18 20:03 arichiardi