You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
In my next.config.js file, I'm splitting main JS file and extracting React and ReactDOM file as a separate file with this block.
Now, this works and it create a
vendor.jsfile, now, I want to move onlyvendor.jsfile to CDN and access it with CDN path provided with asset prefix.Next JS changes all paths to CDN URL but I want to only change one (or a few), not all files which starts with
.next/static/. Is this doable somehow?Beta Was this translation helpful? Give feedback.
All reactions