How do i turn off the nextJs bundling of css in next build?
Unanswered
American black bear posted this in #help-forum
American black bearOP
Next wants to bundle all the css into one file when building. I need to turn this off in order to require 2 diffrent global css files separately.
1 Reply
Japanese jack mackerel
can you not just let it build as is, then run another pass after with your own css parsing or logic you need to do?