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

[Bug Report]: farm build nerver return if compilation.watch configured #1597

Closed
fu050409 opened this issue Jul 11, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@fu050409
Copy link
Member

Steps to reproduce

  1. Modify farm.config.ts:

    vitePlugins: [vue()],
    compilation: {
        watch: {
            ignored: ["**/src-tauri/**"],
        },
    },
  2. Run pnpm build:

    [ Farm ] Using config file at D:\Projects\Grassator\farm.config.ts
    [ Farm ] Build completed in 299ms ⚡️FULL EXTREME! Resources emitted to ./dist.
    [ Farm ] Public directory resources copied successfully.

Reproduce link

No response

What is actually happening?

farm build process is blocked and will never return

System Info

any
fu050409 added a commit to fu050409/farm that referenced this issue Jul 11, 2024
@fu050409 fu050409 self-assigned this Jul 11, 2024
@fu050409 fu050409 changed the title [Bug Report]: farm build nerver return if compilation.watch.ignored configured [Bug Report]: farm build nerver return if compilation.watch configured Jul 11, 2024
@fu050409 fu050409 added the bug Something isn't working label Jul 12, 2024
@fu050409
Copy link
Member Author

See #1598 for detail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant