app.js not used by Gatsby any longer
This commit is contained in:
parent
e746f17610
commit
ab93f14855
1 changed files with 0 additions and 10 deletions
10
app.js
10
app.js
|
|
@ -1,10 +0,0 @@
|
|||
exports.loadContext = function (callback) {
|
||||
let context = require.context('./pages', true)
|
||||
if (module.hot) {
|
||||
module.hot.accept(context.id, () => {
|
||||
context = require.context('./pages', true)
|
||||
return callback(context)
|
||||
})
|
||||
}
|
||||
return callback(context)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue