forked from rhinstaller/anaconda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webui: Enable source maps and disable minification
Looks like source-maps are necessary to provide context about the source code structure (eq. not showing it just like a single huge combined JS file). At the same time they provide context for the minified JS files. So to reduce the installed size impact, we can turn on minification again & make sure source maps are built. This makes debugging possible at all times while keeping the size impact of shipping the source maps manageable.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters