-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Set Webpack per-root module imports #380
Copy link
Copy link
Closed
Labels
FrameworkIssues related to broader framework topics, especially as it relates to javascriptIssues related to broader framework topics, especially as it relates to javascriptGood First IssueAn issue that's suitable for someone looking to contribute for the first timeAn issue that's suitable for someone looking to contribute for the first time[Type] TaskIssues or PRs that have been broken down into an individual action to takeIssues or PRs that have been broken down into an individual action to take
Description
Previously removed in 065843f
Especially when working with reusable components, relationally navigating the folder structure is cumbersome and reduces portability of components.
Ideally in the ModeSwitcher component's Dashicon dependency, instead of:
import Dashicon from '../../components/dashicon';One could import by:
import Dashicon from 'components/dashicon';Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrameworkIssues related to broader framework topics, especially as it relates to javascriptIssues related to broader framework topics, especially as it relates to javascriptGood First IssueAn issue that's suitable for someone looking to contribute for the first timeAn issue that's suitable for someone looking to contribute for the first time[Type] TaskIssues or PRs that have been broken down into an individual action to takeIssues or PRs that have been broken down into an individual action to take
Type
Fields
Give feedbackNo fields configured for issues without a type.