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(javascript): Move build files, fix template issue #139

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

shortcuts
Copy link
Member

🧭 What and Why

🎟 JIRA Ticket: https://algolia.atlassian.net/browse/APIC-312

#135 introduces many side changes that are not directly related to the bundling. This PR groups the small fixes of this PR in order to ease the review on the bundling one.

Changes included:

  • Move browser and node build files to a builds folder
    • Those files are used the scope the user agent and requester dependency, we move them to a builds folder to make the folder cleaner and avoid confusion between generated code and build files. They will be used as input for the rollup bundler in feat(javascript): bundle CJS, ESM and UMD #135
  • Remove yarn engine enforcement in utils package.json
  • Fix predict wrong path to bundled spec
  • Remove empty line in the JavaScript templates

🧪 Test

CI :D

@shortcuts shortcuts requested a review from eunjae-lee February 15, 2022 11:45
@shortcuts shortcuts self-assigned this Feb 15, 2022
@shortcuts shortcuts changed the title fix(JavaScript): Move build files, fix template issue fix(javascript): Move build files, fix template issue Feb 15, 2022
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.

2 participants