Skip to content

Commit

Permalink
fix: emit build errors (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwhiles authored Jan 11, 2021
1 parent eac37a6 commit 5a0f20d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const makeConfigForOutput = output => ({
output,
plugins: [
typescript({
exclude: ['test/**']
exclude: ['test/**'],
noEmitOnError: true
}),
nodeResolve(),
commonjs({ extensions: ['.ts', '.js'] }),
Expand Down

0 comments on commit 5a0f20d

Please sign in to comment.