Skip to content

Commit

Permalink
Remove esnext target override from ts rollup config. Make es5 the def…
Browse files Browse the repository at this point in the history
…ault target. (#111)
  • Loading branch information
hedgerh authored and jaredpalmer committed May 24, 2019
1 parent e040514 commit e06d690
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/createRollupConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,7 @@ export function createRollupConfig(
sourceMap: true,
declaration: true,
jsx: 'react',
},
},
tsconfigOverride: {
compilerOptions: {
target: 'esnext',
target: 'es5',
},
},
}),
Expand Down

0 comments on commit e06d690

Please sign in to comment.