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

Tracer-Web example npm start fails #2325

Closed
jonchurch opened this issue Jul 6, 2021 · 1 comment · Fixed by #2326
Closed

Tracer-Web example npm start fails #2325

jonchurch opened this issue Jul 6, 2021 · 1 comment · Fixed by #2326
Assignees

Comments

@jonchurch
Copy link
Contributor

jonchurch commented Jul 6, 2021

To the best of my knowledge, a change introduced in #2225 added a line to the webpack config for the web-tracer example that broke the happy path for running the examples.

To reproduce:

cd examples/tracer-web

npm i && npm start

It attempts to bundle a file that doesn't exist, and as far as I can, tell has never existed in that dir.

I know that updating the examples in general is something that needs to be done, but I think it's important that what is already here works.

Single line PR incoming.

@dyladan
Copy link
Member

dyladan commented Jul 6, 2021

Single line PR incoming 🚀

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

Successfully merging a pull request may close this issue.

2 participants