-
Notifications
You must be signed in to change notification settings - Fork 795
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
bug: invalid import paths in app.js
introduced with v4.19.0
#5882
bug: invalid import paths in app.js
introduced with v4.19.0
#5882
Comments
Hi, any update on this issue?
Here is the compilation logs with 4.18.3:
These are how the imports causing the errors are defined in
In case you need to investigate, this is the repo. |
A fix for this bug has been published in Stencil |
confirmed, thank you! :) |
Hey @christian-bromann , an update. The first build worked fine:
Building again the same sources, without changing any, triggers an error similar to before:
Could it be or am I doing something wrong? Edit:
|
@lucafoscili can you verifying that this behavior repeats, e.g. first build passes, second build fails? |
Yep, just tried. Full log: yarn install
yarn build (first time)
yarn build (second time)
|
@lucafoscili thank you 🙏 can you do me a favor and raise a new issue with the content of your last comment? This will help us to better track this. |
absolutely! |
Prerequisites
Stencil Version
v4.19.0
Current Behavior
Starting this version I see the following imports in my
app.js
which don't resolve:Expected Behavior
In
v4.18.x
the same compile step results in the following output:So there are two observations:
System Info
Steps to Reproduce
Run the following:
observe the output in
dist
. Then update the Stencil version tov4.18.3
and rebuild the project.Code Reproduction URL
https://github.com/webdriverio/electron-boilerplate
Additional Information
No response
The text was updated successfully, but these errors were encountered: