Skip to content
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 unable to load .json files outside of public directory #810

Merged
merged 2 commits into from Aug 31, 2021

Conversation

marvinhagemeister
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Aug 29, 2021

🦋 Changeset detected

Latest commit: 0271667

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
wmr Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2021

Size Change: -2 B (0%)

Total Size: 796 kB

Filename Size Change
packages/wmr/wmr.cjs 758 kB -2 B (0%)
ℹ️ View Unchanged
Filename Size
examples/demo/dist/about/index.html 713 B
examples/demo/dist/alias-outside/index.html 692 B
examples/demo/dist/assets/Calendar.********.css 702 B
examples/demo/dist/assets/style.********.css 624 B
examples/demo/dist/chunks/alias-outside.********.js 137 B
examples/demo/dist/chunks/class-fields.********.js 211 B
examples/demo/dist/chunks/compat.********.js 15.3 kB
examples/demo/dist/chunks/hoofd.module.********.js 1.47 kB
examples/demo/dist/chunks/index.********.js 303 B
examples/demo/dist/chunks/json.********.js 238 B
examples/demo/dist/chunks/meta-tags.********.js 299 B
examples/demo/dist/chunks/prerender.********.js 2.44 kB
examples/demo/dist/class-fields/index.html 703 B
examples/demo/dist/compat/index.html 1.6 kB
examples/demo/dist/env/index.html 779 B
examples/demo/dist/error/index.html 708 B
examples/demo/dist/files/index.html 738 B
examples/demo/dist/index.********.js 7.66 kB
examples/demo/dist/index.html 770 B
examples/demo/dist/json/index.html 711 B
examples/demo/dist/lazy-and-late/index.html 714 B
examples/demo/dist/meta-tags/index.html 781 B

compressed-size-action


const resolved = await this.resolve(id, importer, { skipSelf: true });
return resolved && INTERNAL_PREFIX + resolved.id;
return resolved && resolved.id;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A thought: what if we returned ${resolved.id}?json here? (or ${resolved.id}?module?)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We currently add ?module to any script file that's imported from a script. I feel like that's a more reliable approach as this allows us to differentiate urls that were fetched directly via fetch() calls vs urls that were loaded by an import statement.

@marvinhagemeister
Copy link
Member Author

marvinhagemeister commented Aug 29, 2021

Hmm, I'm running into some issues under windows with these changes. Will investigate.

EDIT: Fixed 👍

@marvinhagemeister marvinhagemeister marked this pull request as draft August 29, 2021 18:41
@marvinhagemeister marvinhagemeister marked this pull request as ready for review August 29, 2021 20:28
@marvinhagemeister marvinhagemeister merged commit 12dddba into main Aug 31, 2021
@marvinhagemeister marvinhagemeister deleted the json-import branch August 31, 2021 07:06
@github-actions github-actions bot mentioned this pull request Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants