-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #6487 specify which Sandpack
files go into a src
directory
#6496
Conversation
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Sandpack
files go into a src
directory
@geeseyj Thanks for identifying and writing up a fix! This looks like a lot of monotonous work, thank you for doing this. The general approach looks good I'm taking a closer look now. |
I just found a few stragglers 😅 🤦 un momento |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks, merging
Thanks!
Luckily regexr was able to help me out hah regexr.com/7p78p |
Preface: #6487
This PR removes the assumption that all
Sandpack
example files should be put into a/src/
folder and instead does so explicitly on only that files that need it.preview