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

chore: remove baseUrl from tsconfig #7258

Merged
merged 2 commits into from
Apr 28, 2022
Merged

chore: remove baseUrl from tsconfig #7258

merged 2 commits into from
Apr 28, 2022

Conversation

Josh-Cena
Copy link
Collaborator

Motivation

The baseUrl is actually a config option that informs TS about path-mapping. Because we don't have any path-mapping, this is useless and leads to problems if you try to import something in node_modules, because it will import the file with the same name in src in priority.

Have you read the Contributing Guidelines on pull requests?

Yes

@Josh-Cena Josh-Cena requested a review from lex111 as a code owner April 28, 2022 11:27
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Apr 28, 2022
@github-actions
Copy link

github-actions bot commented Apr 28, 2022

Size Change: 0 B

Total Size: 803 kB

ℹ️ View Unchanged
Filename Size
website/.docusaurus/globalData.json 50.1 kB
website/build/assets/css/styles.********.css 107 kB
website/build/assets/js/main.********.js 607 kB
website/build/index.html 38.8 kB

compressed-size-action

@slorber
Copy link
Collaborator

slorber commented Apr 28, 2022

agree 👍

@netlify
Copy link

netlify bot commented Apr 28, 2022

[V2]

Name Link
🔨 Latest commit bc4cfa9
🔍 Latest deploy log https://app.netlify.com/sites/docusaurus-2/deploys/626a93bd6aa1ff0b1687edfb
😎 Deploy Preview https://deploy-preview-7258--docusaurus-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions
Copy link

⚡️ Lighthouse report for the changes in this PR:

Category Score
🟠 Performance 51
🟢 Accessibility 100
🟠 Best practices 83
🟢 SEO 100
🟢 PWA 90

Lighthouse ran on https://deploy-preview-7258--docusaurus-2.netlify.app/

@Josh-Cena Josh-Cena merged commit a30daa1 into main Apr 28, 2022
@Josh-Cena Josh-Cena deleted the jc/remove-baseurl branch April 28, 2022 14:03
@Josh-Cena Josh-Cena added the pr: internal This PR does not touch production code, or is not meaningful enough to be in the changelog. label May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: internal This PR does not touch production code, or is not meaningful enough to be in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants