Closed JustAboutJeff closed 7 years ago
Brill! Thanks so much.
I'll make one minor change and get this merged.
The minor change is stylistic only - I consider the ~x.indexOf()
a little unintuitive (and easy to miss when parsing code) so will replace it will the clunky-but-obvious x.indexOf() > -1
.
Thanks @numical. I pushed up an amended commit that includes a more readable String.prototype.includes
approach. Initially I wasn't sure about the node support but it does look like it is available back through 4.3.2
.
The includes
approach would have been nice - had I seen it before I pulled the branch and released the updated 1.4.1.
Ahem.
I will put it into the next release, along with the forgotten credit to yourself in the README.
Thanks again @JustAboutJeff
Thanks for creating
script-ext-html-webpack-plugin
! This PR adds support for using theinline
option alongside apublicPath
webpack configuration, corrects a few spec descriptions, and bumps a patch version for release.