* fix some async test things * allow eslint to parse top-level awaits * fix: filter out hidden pages closer to SidebarProduct usage
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
{
|
|
"presets": ["next/babel"],
|
|
"plugins": [["styled-components", { "ssr": true }], "@babel/plugin-syntax-top-level-await"]
|
|
}
|