[BUG] Middleware is loading .js.map typescript maps instead of .js #255

https://github.com/strongloop/loopback-boot/issues/255
This commit is contained in:
Ivan 2017-07-26 12:13:02 +03:00 committed by GitHub
parent 2bf14c8cb4
commit faa49a873a
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',
};
}