Skip to content

Commit

Permalink
Remove deprecated babel 7 sourceMapTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
kesne committed Apr 11, 2018
1 parent b4e86ff commit 8265595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/runner/runners/utils/transpiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export const babelify = (content: string, filename: string, extraPlugins: string
filenameRelative: filename,
sourceMap: false,
sourceFileName: undefined,
sourceMapTarget: undefined,
sourceType: "module",
plugins: [...extraPlugins, ...options.plugins],
}
Expand Down

0 comments on commit 8265595

Please sign in to comment.