Closed rohityadav225 closed 4 years ago
external/*.js
does not match my-app/src/main/webapp/js/external/MathJax/fonts/HTML-CSS/TeX/png/Main/Regular/unpacked/SpacingModLetters.js
path from the log.
Try using <jsExclude>external/**/*.js</jsExclude>
to include all sub directories inside external
.
Thanks.
I am using
babel-maven-plugin
and running maven in debug mode and i see the following logs and i am not sure if the exclusion rule set usingjsExclude
is being used or not because the log says that the plugin is stilltranspiling
files underexternal/
. Please let me know if there is a way to confirmjsExclude
works.My configuration is as follows