Skip to content

Commit

Permalink
feat: add htmlMinify option
Browse files Browse the repository at this point in the history
  • Loading branch information
halwu(吴浩麟) committed Jul 20, 2017
1 parent a961420 commit 2874a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Resource.js
Expand Up @@ -261,6 +261,7 @@ class Resource {

// 对于非inline的资源需要输出
if (!query.inline) {
// 通过webpack把本地文件输出
util.addFileToWebpackOutput(compilation, filename, fs.readFileSync(filePath));
}

Expand Down

0 comments on commit 2874a79

Please sign in to comment.