negibouze / html-webpack-pug-plugin

Pug/Jade extension for the HTML Webpack Plugin
MIT License
29 stars 7 forks source link

Error inject when not have body last line break #2

Closed LeoVS09 closed 7 years ago

LeoVS09 commented 7 years ago

if write this pug file

doctype html
html
    head
    body
        h1 it's is test

We receive

doctype html
html
    head
        link(rel="shortcut icon" href="favicon.ico")
        link(href="assets/stylesheet/styles-9ed63bb4501055c2f69667b5f8a55330.css" rel="stylesheet")
    body
        h1 it's is test        script(type="text/javascript" src="assets/js/bundle-568f0e3e0a903b1c5821.js")