Skip to content

Commit

Permalink
Merge pull request #558 from kesne/patch-1
Browse files Browse the repository at this point in the history
Remove deprecated babel 7 sourceMapTarget
  • Loading branch information
orta committed Apr 12, 2018
2 parents b4e86ff + 89ffbb2 commit b6e5603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

## Master

* Fixed Babel 7 breaking due to invalid sourceFileName configuration [@kesne][]

## 3.4.5

* Don't print error for commit status when there was no error [@sunshinejr][]
Expand Down
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 b6e5603

Please sign in to comment.