[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:
parent
2bf14c8cb4
commit
faa49a873a
|
@ -101,6 +101,7 @@ function resolveRelativePaths(relativePaths, appRootDir) {
|
|||
function getExcludedExtensions() {
|
||||
return {
|
||||
'.json': '.json',
|
||||
'.map': '.map',
|
||||
'.node': 'node',
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue