When I attempt to use the example base.html and index.html from the README with parcel, the <block> in the <title> of base.html cannot be found.

If I add "strict": false to the config the <block name="content"> gets replaced, but not the <block name="title">

Reproducing repo here: https://github.com/jessehattabaugh/posthtml-extend-bug
When I attempt to use the example
base.htmlandindex.htmlfrom the README with parcel, the<block>in the<title>of base.html cannot be found.If I add
"strict": falseto the config the<block name="content">gets replaced, but not the<block name="title">Reproducing repo here: https://github.com/jessehattabaugh/posthtml-extend-bug