We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b55a3 commit f3e8b18Copy full SHA for f3e8b18
Gruntfile.js
@@ -43,7 +43,8 @@ module.exports = function(grunt) {
43
44
babel: {
45
options: {
46
- loose: ['es6.modules']
+ loose: ['es6.modules'],
47
+ auxiliaryCommentBefore: 'istanbul ignore next'
48
},
49
amd: {
50
@@ -75,7 +76,7 @@ module.exports = function(grunt) {
75
76
module: {
77
loaders: [
78
// the optional 'runtime' transformer tells babel to require the runtime instead of inlining it.
- { test: /\.jsx?$/, exclude: /node_modules/, loader: 'babel-loader?optional=runtime&loose=es6.modules' }
79
+ { test: /\.jsx?$/, exclude: /node_modules/, loader: 'babel-loader?optional=runtime&loose=es6.modules&auxiliaryCommentBefore=istanbul%20ignore%20next' }
80
]
81
82
output: {
0 commit comments