Allen

Results 1 issues of Allen

createHtmlPlugin({ minify:{ collapseWhitespace: false, keepClosingSlash: false, removeComments: false, removeRedundantAttributes: false, removeScriptTypeAttributes: false, removeStyleLinkTypeAttributes: false, useShortDoctype: false, minifyCSS: false, }, entry:'/src/main.ts', template:'index.html', inject:{ data:{ buildTime:new Date() } } })