scott-primacy

Results 1 issues of scott-primacy

My html output contains webpack js, instead of html markup webpack config: ```js new HtmlBundlerPlugin({ entry: { article: "/src/views/article.html" }, }) ``` article.html: ```html main stuff for articles here.... ```...

question