We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebb843 commit 9a5e383Copy full SHA for 9a5e383
1 file changed
lib/getMapfile.js
@@ -2,7 +2,7 @@
2
const path = require('path')
3
module.exports = function getMapfile(options) {
4
if (options.map && typeof options.map.annotation === 'string') {
5
- return `${ path.dirname(options.to) }/${ options.map.annotation }`
+ return `${path.dirname(options.to)}/${options.map.annotation}`
6
}
7
return `${options.to}.map`
8
0 commit comments