nunjucks-loader icon indicating copy to clipboard operation
nunjucks-loader copied to clipboard

Support HTMLWebpackPlugin

Open GitaiQAQ opened this issue 5 years ago • 0 comments

{{ htmlWebpackPlugin | dump }}

Output:


{"files":{"publicPath":"","chunks":{"index.ejs":{"size":0,"entry":"index.ejs.js","hash":"ed1c491660e9aa6f3aa9","css":[]},"index.njk":{"size":80048,"entry":"index.njk.js","hash":"bccd8ca1d4159719fd86","css":[]},"index.pug":{"size":7625,"entry":"index.pug.js","hash":"58bbd8ba7d30397af7fc","css":[]}},"js":["index.ejs.js","index.njk.js","index.pug.js"],"css":[]},"options":{"template":"C:\\Users\\gitai\\Desktop\\wp\\node_modules\\html-webpack-plugin\\lib\\loader.js!C:\\Users\\gitai\\Desktop\\wp\\src\\pages\\b\\index.njk","filename":"b.html","hash":false,"inject":true,"compile":true,"favicon":false,"minify":false,"cache":true,"showErrors":true,"chunks":"all","excludeChunks":[],"chunksSortMode":"auto","meta":{},"title":"Webpack App","xhtml":false}}

GitaiQAQ avatar Jul 21 '19 07:07 GitaiQAQ