-
Notifications
You must be signed in to change notification settings - Fork 10
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
bug/issue 1151 custom imports not working for API routes and SSR pages #1152
Merged
thescientist13
merged 15 commits into
release/0.29.0
from
bug/issue-1151-custom-imports-not-working-for-api-routes-and-ssr-pages
Oct 14, 2023
Merged
bug/issue 1151 custom imports not working for API routes and SSR pages #1152
thescientist13
merged 15 commits into
release/0.29.0
from
bug/issue-1151-custom-imports-not-working-for-api-routes-and-ssr-pages
Oct 14, 2023
Conversation
This file contains 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
thescientist13
added
bug
Something isn't working
Plugins
Greenwood Plugins
CLI
SSR
labels
Sep 10, 2023
thescientist13
added
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
documentation
Greenwood specific docs
labels
Sep 30, 2023
thescientist13
force-pushed
the
bug/issue-1151-custom-imports-not-working-for-api-routes-and-ssr-pages
branch
from
October 6, 2023 23:44
0db10d4
to
3687185
Compare
thescientist13
force-pushed
the
bug/issue-1151-custom-imports-not-working-for-api-routes-and-ssr-pages
branch
from
October 14, 2023 00:01
f408fb3
to
99d927a
Compare
thescientist13
deleted the
bug/issue-1151-custom-imports-not-working-for-api-routes-and-ssr-pages
branch
October 14, 2023 00:17
thescientist13
added a commit
that referenced
this pull request
Nov 9, 2023
#1152) * custom imports for API routes and SSR pages and custom css import test cases * add test cases for import json plugin * all specs passing * refactor rollup id cleaning * import meta url refactoring * normalize bundled import meta URL paths for Windows * full bundling support for custom imports * update final TODO comments * leverage custom imports that can serve for meta import chunk vs asset bundling * refactor custom import detection for found assetUrls * add test case for bundling images with new URL * document new URL and import.meta.url pattern * clarify docs on new URL usage patterns and general content around assets * fix windows specs * callout support for isomorphic asset bundling in docs --------- Co-authored-by: Owen Buckley <owenbuckley@Owens-Air-2.fios-router.home>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
CLI
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
Plugins
Greenwood Plugins
SSR
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.
Related Issue
resolves #1151
Summary of Changes
new URL
for script assetsTODO
why do we have to make an /api/assets folder? (already fixed in 0.29.0-rc.1)"common" plugins are being duplicated? including common plugins?new URL
for assets (plus move TS test case to CLI) - Isomorphic Asset Bundling #1163/some-path
)?Thoughts / Questions
invalid URL
) #1161