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
Next dev should offer a feature flag to print out a list of changes every time it recompiles the project.
Is your feature request related to a problem? Please describe.
Yes, I am banging my head against the wall, trying to figure out why my global stylesheet isn't being picked up. I'm not sure if my next dev server is picking up changes to it or not. As far as I can tell, it doesn't even know that the file is part of my project, even though I've added the import statement to _app.js per the documentation.
If next dev was printing out a detailed list of detected changes, that would help me troubleshoot the above-described problem better.
Describe the solution you'd like
When next dev recompiles the project, I'd like an option / flag to print out a list of changes that were detected, so I can be sure that my CSS file is being picked up properly.
This discussion was converted from issue #14801 on April 12, 2021 11:55.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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.
-
Feature request
Next dev should offer a feature flag to print out a list of changes every time it recompiles the project.
Is your feature request related to a problem? Please describe.
Yes, I am banging my head against the wall, trying to figure out why my global stylesheet isn't being picked up. I'm not sure if my
next dev
server is picking up changes to it or not. As far as I can tell, it doesn't even know that the file is part of my project, even though I've added theimport
statement to_app.js
per the documentation.If
next dev
was printing out a detailed list of detected changes, that would help me troubleshoot the above-described problem better.Describe the solution you'd like
When
next dev
recompiles the project, I'd like an option / flag to print out a list of changes that were detected, so I can be sure that my CSS file is being picked up properly.Describe alternatives you've considered
Not aware of any alternatives right now.
Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions