Skip to content

Commit

Permalink
Merge pull request #4474 from reduxjs/feature/5.0-esm-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jan 29, 2023
2 parents 5193835 + 1ad6087 commit ac7698f
Show file tree
Hide file tree
Showing 10 changed files with 293 additions and 378 deletions.
17 changes: 17 additions & 0 deletions .babelrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const { NODE_ENV } = process.env

module.exports = {
presets: [
'@babel/typescript',
[
'@babel/env',
{
targets: {
browsers: ['chrome 95']
},
modules: false,
loose: true
}
]
]
}
23 changes: 0 additions & 23 deletions .babelrc.js

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: 'npm'

- name: Install dependencies
Expand Down
File renamed without changes.
Loading

0 comments on commit ac7698f

Please sign in to comment.