[Contribution] Update meteor-vite skeletons#13835
Merged
nachocodoner merged 24 commits intorelease-3.3.1from Jul 8, 2025
Merged
[Contribution] Update meteor-vite skeletons#13835nachocodoner merged 24 commits intorelease-3.3.1from
nachocodoner merged 24 commits intorelease-3.3.1from
Conversation
… directory structure
… process it in addition to Vite.
…er through a generally accepted Vue directory structure convention.
…mpty entry-meteor.js modules.
…n when imported explicitly. I believe Meteor will by default process all .css files within the client directory. If the user adds a direct import for this file, it could end up getting processed twice - once by Meteor and a second time by Vite. I assume it's likely that users will end up including an explicit import as it is a requirement if they end up adding TailwindCSS to their app.
…rmation about their purpose.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Modernize & update Vue skeleton app to address potential CJS interop exceptions
Ensure Solid skeleton app's Vite config file is loaded using ESM over CJS.
✅ Deploy Preview for v3-meteor-api-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context: #13832 and #13833