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

Get Absolute Imports Working #5

Open
mikaalnaik opened this issue Mar 19, 2022 · 0 comments
Open

Get Absolute Imports Working #5

mikaalnaik opened this issue Mar 19, 2022 · 0 comments

Comments

@mikaalnaik
Copy link
Owner

It's much easier to manage the code base with simple absolute paths. Makes the code more portable and easier to write.

import { getOntarioPlaceReading, insertOntarioPlaceReadings } from '../../../utils/backfill/ontario-place';

compared to

import { getOntarioPlaceReading, insertOntarioPlaceReadings } from 'utils/backfill/ontario-place';

We have an outstanding issue with how the TS/node is reconciling the paths during the build. Might be a webpack thing, but something to think about!

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

No branches or pull requests

1 participant