-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
Currently, no 'browser based' preprocessors are supported, it's fairly trivial to add but I'm not sure If i want to, or even should do it.
By browser based preprocessors I mean scripts that have a custom type like text/babel
<script type="text/babel">
// ...
</script>Its beneficial for demo page(s), but thats about it as normally one would be better off doing babel --watch or the equivalent.
gilbert