1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test/isolated/_resolvedata/dist/bundles/pages/non-existent-child.js
Tim Neutkens 7e9f4f9327
Only show 404 when the page does not exist (#3976)
* Only show 404 when the page does not exist

* Do async filesystem check
2018-03-09 17:14:30 +01:00

5 lines
94 B
JavaScript

const nonExistent = require('./non-existent-module')
module.exports = {
test: nonExistent
}