Open caspervonb opened 7 years ago
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
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.
babel --watch
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
Its beneficial for demo page(s), but thats about it as normally one would be better off doing
babel --watch
or the equivalent.