%PDF- %PDF-
Direktori : /proc/1857783/root/var/www/cwg/wp-content/themes/cwg/node_modules/postcss-cli/lib/ |
Current File : //proc/1857783/root/var/www/cwg/wp-content/themes/cwg/node_modules/postcss-cli/lib/getMapfile.js |
'use strict' const path = require('path') module.exports = function getMapfile(options) { if (options.map && typeof options.map.annotation === 'string') { return `${path.dirname(options.to)}/${options.map.annotation}` } return `${options.to}.map` }