Skip to content

Commit

Permalink
Update Terser configs to remove ES5 restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jun 8, 2023
1 parent e2432d5 commit 3bf546f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/govuk-frontend-review/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default defineConfig(({ i: input }) => ({
},

// Compatibility workarounds
ecma: 5,
safari10: true
})
]
Expand Down
1 change: 0 additions & 1 deletion packages/govuk-frontend/rollup.release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default defineConfig(({ i: input }) => ({
},

// Compatibility workarounds
ecma: 5,
safari10: true
})
],
Expand Down

0 comments on commit 3bf546f

Please sign in to comment.