Skip to content

Issue 6899 - Avoid unnecessary dependencies to build assets.

Andrea Giammarchi requested to merge clean-dependencies into master

Currently, ABP UI package.json includes few dependencies that are unnecessary to build production files.

For the time being, we can avoid linting code while watching files during development, if the flag --only=production or --production is used.

Merge request reports