Skip to content

Commit

Permalink
Don't generate sourcemaps when transpiling
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 27, 2017
1 parent 0a1556f commit 80ae7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const pathSep = process.platform === 'win32' ? '\\\\' : '/'

asyncToGen({
includes: new RegExp(`.*release?${pathSep}(lib|bin).*`),
excludes: null
excludes: null,
sourceMaps: false
})

// Throw an error if node version is too low
Expand Down

0 comments on commit 80ae7b9

Please sign in to comment.