♫
📌 canary ▾
next.js
/
test
/
integration
/
export-intent
/
fixtures
/
bad-export
/
pages
/
index.js
index.js
6 lines
102 B
const
A
=
()
=>
{
throw
new
Error
(
'fail da export'
)
}
A
.
getInitialProps
=
()
=>
{}
export
default
A
v2.0.0
/
Go
SIGN IN