mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
f0f8229009
To work with babel7 & next7.
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
{
|
|
"presets": [
|
|
"next/babel",
|
|
"@zeit/next-typescript/babel"
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }]
|
|
]
|
|
}
|