-
Notifications
You must be signed in to change notification settings - Fork 22
scripts with type="text/ecmascript-6" are not extracted #30
Comments
Where you found this mime-type? links to spec https://tools.ietf.org/html/rfc4329 and thoughts http://www.2ality.com/2011/08/javascript-media-type.html |
I think standard-only will be Maybe we have an analog in NPM packages of this module outside from Polymer? where we can find this functionality (i'm really looking a module which can extract css + js.. not only js like crisper does). |
well, anyway it's all workaround, hopefully, temporary. So nobody would be hurt much by blowing it with any sorts of types. |
@bushuyev to make it faster, you can make pull like in commit linked before and maybe they accept it) |
My pull request was already merged here: 3e043d5 |
@wojtkowiak 👍 thanks! |
Putting type="text/ecmascript-6" in script tag like this:
... <script type="text/ecmascript-6"> ... </script>results in ouput file containing original <script type="text/ecmascript-6">
The text was updated successfully, but these errors were encountered: