Skip to content

Commit d9fc45c

Browse files
committed
Update next.config.js
1 parent 1135e15 commit d9fc45c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

www/next.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ Module.prototype.require = function(modulePath) {
1919
return false
2020
}
2121
})) {
22+
console.log(modulePath)
2223
try {
2324
modulePath = resolveFrom(
2425
node_modules,
2526
modulePath
2627
)
28+
console.log('New: ', modulePath)
2729
} catch (err) {
2830
//
2931
}

0 commit comments

Comments
 (0)