numical / script-ext-html-webpack-plugin

Enhances html-webpack-plugin functionality with different deployment options for your scripts including 'async', 'preload', 'prefetch', 'defer', 'module', custom attributes, and inlining.
MIT License
588 stars 105 forks source link

Is it possible to use custom attributes with preloaded scripts? #49

Closed jquery-dlya-slabih closed 6 years ago

jquery-dlya-slabih commented 6 years ago

Hello, is it possible to use custom attributes with preloaded scripts?

numical commented 6 years ago

Not yet. Looking at this with PR 53

numical commented 6 years ago

This is available from v2.1.0 onwards. Let me know if it does not work for you.

jquery-dlya-slabih commented 6 years ago

@numical thx, i will try :)