Exclude .map extension

This commit is contained in:
Dominik Tomasi 2017-04-11 14:48:09 +02:00 committed by Dominik Tomasi
parent e5224368d4
commit f94dac8f58
1 changed files with 1 additions and 0 deletions

View File

@ -661,6 +661,7 @@ function getExcludedExtensions() {
return {
'.json': '.json',
'.node': 'node',
'.map': '.map'
};
}