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

Importing from inside the project doesn't work #94

Closed
maltenuhn opened this issue Jun 11, 2020 · 1 comment
Closed

Importing from inside the project doesn't work #94

maltenuhn opened this issue Jun 11, 2020 · 1 comment
Labels
Code / Parsing Something related to our reading or writing of code

Comments

@maltenuhn
Copy link
Member

STR

  1. Load default project
  2. create cards.js in src
  3. Add code export const cardData = [1,2,3.]
  4. Import cardData from cards.js in app.ui.js

Observed: fails with Dependency Not Found error, including all variants: ‘cards’, ‘cards.js’, ‘./cards.js’, ‘/src/cards’

image

@maltenuhn maltenuhn added the Code / Parsing Something related to our reading or writing of code label Jun 11, 2020
@Rheeseyb
Copy link
Contributor

Rheeseyb commented Jul 1, 2020

Duplicated in #164 and closed by #172

@Rheeseyb Rheeseyb closed this as completed Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code / Parsing Something related to our reading or writing of code
Projects
None yet
Development

No branches or pull requests

2 participants