all alias plugins did not work #39142
Labels
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
type: bug
An issue or pull request relating to a bug in Gatsby
Preliminary Checks
Description
alias with plugin
gatsby-plugin-alias-imports
gatsby-plugin-module-resolver
gatsby-plugin-root-import
not work at all.I know I should ask the authors of the plugins for help, but since all of them didn't work I guess that might be something with gatsby itself or I did something wrong.
Reproduction Link
https://github.com/ZreXoc/gatsby-import-repr
Steps to Reproduce
import Header from '@components/Header'
with file structand
gatsby-config.js
:Expected Result
import Header from '@components/Header'
should be equal toimport Header from '../components/Header'
Actual Result
Environment
The text was updated successfully, but these errors were encountered: