Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Use correct config property for parser plugins (#1082)
  • Loading branch information
coreyfarrell committed Apr 24, 2019
1 parent 600c867 commit a7bc7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrumenters/istanbul.js
Expand Up @@ -5,7 +5,7 @@ const convertSourceMap = require('convert-source-map')
const mergeSourceMap = require('merge-source-map')

function InstrumenterIstanbul (options) {
const plugins = options.parserPlugins
const { plugins } = options
const configPlugins = plugins ? { plugins } : {}

const instrumenter = createInstrumenter(Object.assign({
Expand Down

0 comments on commit a7bc7ae

Please sign in to comment.