Skip to content

Commit 71488b0

Browse files
committed
test(E2E): Remove unused babel config from package.json
1 parent 2f6d29c commit 71488b0

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717

1818
### Changed
1919
- chore(deps): Update devDependencies
20+
2021
## [1.4.5] - 2021-05-29
2122

2223
### Changed

test-e2e/react-app/package.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,5 @@
4343
"react-scripts": "4.0.3",
4444
"serve": "12.0.0",
4545
"start-server-and-test": "1.12.5"
46-
},
47-
"babel": {
48-
"plugins": [
49-
[
50-
"module-resolver",
51-
{
52-
"root": [
53-
"."
54-
],
55-
"alias": {
56-
"cypress-localstorage-commands": "../../"
57-
}
58-
}
59-
]
60-
]
6146
}
6247
}

0 commit comments

Comments
 (0)