Skip to content

Commit

Permalink
Remove redundant config option for sample typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 29, 2022
1 parent 984ad9c commit 9f980ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/addon-dev/sample-typescript-rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ export default defineConfig({
// but we need the ember plugins converted first
// (template compilation and co-location)
transpiler: 'babel',
// without the browserlist, recently landed JS features are polyfilled.
// It should be primarily up to the consuming app whether or not they need to
// polyfill whatever JS features.
browserslist: ['last 2 firefox versions', 'last 2 chrome versions'],
tsconfig: {
fileName: 'tsconfig.json',
hook: (config) => ({
...config,
declaration: true,
Expand Down

0 comments on commit 9f980ed

Please sign in to comment.