@zeit/next-typescript
no longer uses ts-loader
to transpile Typescript to Javascript. Instead it uses @babel/preset-typescript
.
Remove typescriptLoaderOptions
from the next.config.js
in your project.
@zeit/next-typescript
no longer uses ts-loader
to transpile Typescript to Javascript. Instead it uses @babel/preset-typescript
.
Remove typescriptLoaderOptions
from the next.config.js
in your project.