rsnext/test/integration/basic/pages/exports.js
Tim Neutkens 6542750e12
Fix edge case where file had module.export in the content (#5823)
We ran into this eg on hyper-site, which has `module.exports` in the content.
2018-12-05 14:37:26 +01:00

3 lines
60 B
JavaScript

export default () => {
return <div>module.exports</div>
}