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

parcel build fails on very basic configuration #1037

Closed
FabricioTeran opened this issue Jun 26, 2022 · 1 comment
Closed

parcel build fails on very basic configuration #1037

FabricioTeran opened this issue Jun 26, 2022 · 1 comment

Comments

@FabricioTeran
Copy link

I get this error:

@parcel/core: Failed to resolve './webcomponents.js' from './index.html'

@parcel/resolver-default: Cannot load file '../../../webcomponents.js' in './'.

My index.html starts with:

<!DOCTYPE html>
<html>
    <head>
        <title>prueba</title>
        <script src="./webcomponents.js"></script>

My project structure is:

folderA/
   src/
      index.html
      webcomponents.js
      style.scss

I ran the command inside src folder

@devongovett
Copy link
Member

Should not be on website repo. Closing in favor of your issue on the main parcel repo.

@devongovett devongovett closed this as not planned Won't fix, can't repro, duplicate, stale Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants