1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/.babelrc
Mike Surowiec 6bc50f7e30 fix: filter hidden pages from the currentProductTree (SidebarProduct) (#20404)
* fix some async test things

* allow eslint to parse top-level awaits

* fix: filter out hidden pages closer to SidebarProduct usage
2021-07-20 12:32:35 -04:00

5 lines
127 B
Plaintext

{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }], "@babel/plugin-syntax-top-level-await"]
}