Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 19, 2024
1 parent 0996210 commit 20af2de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/es-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
ssr:
name: Cypress
name: Build and check ES5/ES6 support
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const plugins = (es5) => [
[
'@babel/preset-env',
{
targets: es5 ? browserslist.es5 : browserslist.production,
targets: es5 ? 'defaults, IE 11' : browserslist.production,
},
],
],
Expand Down

0 comments on commit 20af2de

Please sign in to comment.