-
Notifications
You must be signed in to change notification settings - Fork 752
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
Set up aliases in Webpack #1869
Labels
Comments
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
julianguyen
added a commit
that referenced
this issue
Oct 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Set up aliases in Webpack to make imports more streamlined 💃
Something like
import { I18n } from '../../../libs/i18n';
becomesimport { I18n } from 'libs/i18n';
.Please assign yourself (via the Assignees dropdown), if you do want to work on this issue. Can't find yourself? You need to join our organization.
Check out our Picking Up Issues guide if you haven't already!
The text was updated successfully, but these errors were encountered: