rsnext/packages/next/build/babel
Joe Haddad b80d4d6893
Drop Re-Exported iSSG Imports (#9512)
* Drop Re-Exported iSSG Imports
This pull request adds loader support for the following export form:
```js
export { getStaticParams as unstable_getStaticParams } from '../../lib/docs/page';
export { getStaticProps as unstable_getStaticProps } from '../../lib/docs/page';
```

This will now result in correct detection and removal.

* Add unit tests for next page config behavior

* Test extra function is not dropped
2019-11-25 11:44:24 -05:00
..
plugins Drop Re-Exported iSSG Imports (#9512) 2019-11-25 11:44:24 -05:00
preset.ts Allow TypeScript Namespaces (#9308) 2019-11-04 15:26:31 -05:00