Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Istanbul忽略webpack middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
keenwon committed Sep 23, 2016
1 parent 63992d8 commit 974c0b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/webpackMiddleware.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

// istanbul ignore next
// webpack是本地调试用的, 忽略
module.exports = function (app) {
if (app.env !== 'development') {
return;
Expand Down

0 comments on commit 974c0b9

Please sign in to comment.