-
I get a 404 on a production build for this .js It's not mentioned in the chunks in the output, and the site doesn't appear to need it. Anyone know why I'm getting this, and how to stop the request if it's not needed. next.config.js
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'm assuming it's because of |
Beta Was this translation helpful? Give feedback.
-
For anyone searching for similar, this was caused by a stray element pointing to yep you guessed, all 🙄
Will also change the request to page.module.js |
Beta Was this translation helpful? Give feedback.
For anyone searching for similar, this was caused by a stray element pointing to yep you guessed, all 🙄
Will also change the request to page.module.js