Closed nasdan closed 6 years ago
Clone repository
npm install
npm start
Result:
Right now we are using @zeit/next-typescript v1.1.0 and this library has as dependency @babel/preset-typescript": "^7.0.0. That means, it's using Babel v7.
@zeit/next-typescript
@babel/preset-typescript": "^7.0.0
The problems is that we are using "babel-core": "^6.26.0".
"babel-core": "^6.26.0"
Nextjs v 7.0.0 Release
Error [Babel] .overrides is not allowed:
Steps to reproduce it
Clone repository
npm install
npm start
Result:
Current Behaviour
Right now we are using
@zeit/next-typescript
v1.1.0 and this library has as dependency@babel/preset-typescript": "^7.0.0
. That means, it's using Babel v7.The problems is that we are using
"babel-core": "^6.26.0"
.Possible solution
Related issues on Nextjs
Nextjs v 7.0.0 Release
Error [Babel] .overrides is not allowed: