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

Inline option doesn't work #34

Closed alfranchko closed 6 years ago

alfranchko commented 7 years ago

When insert the option ... inline: ['someChunk', 'manifest'] ... The script crashes:

TypeError: Cannot read property 'src' of undefined

Approve please the pullRequest https://github.com/numical/script-ext-html-webpack-plugin/pull/33/commits/00aa0e9d54759e4d401dc51742d579fc762116fa

numical commented 6 years ago

Sorry - forgot to report this fixed in version 1.8.8. Thanks for the fix and huge apologies for the looong delay.