You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: