-
Notifications
You must be signed in to change notification settings - Fork 23
yarn tauri:build checks wrong dist dir for legacy-assets-index.html.json #45
Comments
Sorry I never responded to this, was taking a break from open source during school. Are you still having this issue? If so, could you provide a bit more info as to how I could reproduce the error? A github repo that demonstrates the error would be even better. |
This is still an issue. All that is required to reproduce is:
|
I also encountered this issue, but i ran the vue-cli-plugin-tauri@~1.0.0-rc.1: node v16.0.0 |
|
add |
Describe the bug
Running
yarn tauri:build
fails whileyarn build
works fine. It seems that the build CLI is looking forlegacy-assets-index.html.json
in normaldist
path instead of atsrc-tauri/target/webpack_dist
. The file is present in the latter location.To Reproduce
Steps to reproduce the behavior:
yarn tauri:build
Expected behavior
The build works.
Environment (please complete the following information):
npx tauri info
/yarn tauri info
:The text was updated successfully, but these errors were encountered: