diff --git a/test/pages/export gssP and page from other (repro #134)/code.js b/test/pages/export gssP and page from other (repro #134)/code.js new file mode 100644 index 0000000..fb3cf9e --- /dev/null +++ b/test/pages/export gssP and page from other (repro #134)/code.js @@ -0,0 +1,8 @@ +import { + getServerSideProps, + PreviewPage, +} from '../../../common-components/contentful-elements/pages/preview'; + +export { getServerSideProps }; + +export default PreviewPage; \ No newline at end of file diff --git a/test/pages/export gssP and page from other (repro #134)/output.js b/test/pages/export gssP and page from other (repro #134)/output.js new file mode 100644 index 0000000..2e58854 --- /dev/null +++ b/test/pages/export gssP and page from other (repro #134)/output.js @@ -0,0 +1,10 @@ +import { withSuperJSONPage as _withSuperJSONPage } from 'babel-plugin-superjson-next/tools'; +import { withSuperJSONProps as _withSuperJSONProps } from 'babel-plugin-superjson-next/tools'; +import { + getServerSideProps, + PreviewPage, +} from '../../../common-components/contentful-elements/pages/preview'; + +export { getServerSideProps }; + +export default _withSuperJSONPage(PreviewPage);