mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
c5630d3bc5
Added next/babel in .babelrc Upgraded babel-macros to babel-plugin-macros Upgraded preval.macro
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
{
|
|
"presets": ["next/babel"],
|
|
"plugins": ["babel-plugin-macros"]
|
|
}
|