react-code-dataset / next.js /test /integration /build-trace-extra-entries /app /node_modules /some-cms /index.js
| function getCmsData() { | |
| return 'hello' | |
| } | |
| module.exports = getCmsData | |
| function getCmsData() { | |
| return 'hello' | |
| } | |
| module.exports = getCmsData | |