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

Include JSON files in package bundles #182

Merged
merged 2 commits into from
Aug 24, 2020
Merged

Include JSON files in package bundles #182

merged 2 commits into from
Aug 24, 2020

Conversation

72636c
Copy link
Member

@72636c 72636c commented Aug 24, 2020

This is something that should be expected to just work and it didn't. JSON deserves to be a special case as it doesn't require packaging hacks as described in our migration documentation; it can be properly resolved and bundled by TypeScript's built-in resolveJsonModules.

https://github.com/seek-oss/skuba/blob/master/docs/migrating-from-seek-module-toolkit.md#building

This is something that should be expected to _just work_ and it didn't.
JSON deserves to be a special case as it doesn't require packaging hacks
as described in our migration documentation; it can be properly resolved
and bundled by TypeScript's built-in `resolveJsonModules`.

https://github.com/seek-oss/skuba/blob/master/docs/migrating-from-seek-module-toolkit.md#building
@72636c 72636c requested a review from ak-08 August 24, 2020 07:07
@72636c 72636c requested a review from a team as a code owner August 24, 2020 07:07
@changeset-bot
Copy link

changeset-bot bot commented Aug 24, 2020

🦋 Changeset is good to go

Latest commit: 449f012

We got this.

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

@72636c 72636c merged commit 97e0e92 into master Aug 24, 2020
@72636c 72636c deleted the package-json branch August 24, 2020 07:19
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

3 participants