Exclude .map extension
This commit is contained in:
parent
e5224368d4
commit
f94dac8f58
|
@ -661,6 +661,7 @@ function getExcludedExtensions() {
|
||||||
return {
|
return {
|
||||||
'.json': '.json',
|
'.json': '.json',
|
||||||
'.node': 'node',
|
'.node': 'node',
|
||||||
|
'.map': '.map'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue