architgarg / html-webpack-injector

Plugin that simplifies injection of chunks into head and body using HtmlWebpackPlugin (with ability to provide async/defer)
29 stars 11 forks source link

Bugfix - fail on chunk's without 'src' property #4

Closed RUVATA closed 5 years ago

RUVATA commented 5 years ago

Resolves #3 (BUG: fail at chunk's of type 'link'...)

thearchitgarg commented 5 years ago

Thanks for the PR!!

RUVATA commented 5 years ago

Thanks for the PR!!

Thanks for your solution :)