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

Removing references to an Arches Application breaks the front-end build process #10744

Open
apeters opened this issue Apr 6, 2024 · 0 comments
Assignees
Labels
Type: Bug Something isn't working Webpack

Comments

@apeters
Copy link
Member

apeters commented Apr 6, 2024

To reproduce this issue:

  • Add an Arches Application to your project (pip installing the app, and then adding the references to INSTALLED_APPS and ARCHES_APPLICATIONS in settings.py)
  • Yarn build and run the project
  • Remove the references in settings.py
  • Yarn build
  • Notice that the build breaks

Only pip uninstalling the app (which you shouldn't have to do) fixes the issue.

@chiatt chiatt added this to pipeline Apr 6, 2024
@apeters apeters added Type: Bug Something isn't working Webpack labels Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working Webpack
Projects
Status: No status
Development

No branches or pull requests

2 participants