This commit is contained in:
Ivan 2017-08-31 23:42:47 +00:00 committed by GitHub
commit e94462ef47
1 changed files with 1 additions and 0 deletions

View File

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