Alias under linux doesn't work the same as in windows #2485
Replies: 1 comment
-
Hi @darkship thanks for reporting, going to pass this on to the lead maintainer as a potential bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I want to do something like

import App from 'reactApp';
where the reactApp looks like that:This work on linux and windows:
but this works only on linux:
in the browser I can see that
/public/components/myComponent.js
tries to loadimport reactApp from '../reactApp/index.js';
import reactApp from './reactApp/index.js';
Is that a bug or is it intended to work like that?
Beta Was this translation helpful? Give feedback.
All reactions