Briefly describe your proposed changes:
This PR excludes JS files from preprocessing that is applied when chronograf UI is served under a specific subpath.
What was the problem?
Chronograf 1.10 comes with a new build system that produces different JS files comparing to chronograf 1.9 . These JS files do not need any further changes even if chronograf is served under specific BASEPATH.
What was the solution?
Exclude js files from BASEPATH handling.
[x] CHANGELOG.md updated with a link to the PR (not the Issue)
Fixes #6000
Briefly describe your proposed changes: This PR excludes JS files from preprocessing that is applied when chronograf UI is served under a specific subpath.
What was the problem? Chronograf 1.10 comes with a new build system that produces different JS files comparing to chronograf 1.9 . These JS files do not need any further changes even if chronograf is served under specific BASEPATH.
What was the solution? Exclude js files from BASEPATH handling.