{"version":3,"sources":["webpack:///../node_modules/replace-ext/index.js"],"names":[],"mappings":";;;;;;;;;;;;AAAa;;AAEb,WAAW,mBAAO,CAAC,sDAAM;;AAEzB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA","file":"vendor.replace-ext.bca71d1f6b3bcd8854d8.js","sourcesContent":["'use strict';\n\nvar path = require('path');\n\nfunction replaceExt(npath, ext) {\n if (typeof npath !== 'string') {\n return npath;\n }\n\n if (npath.length === 0) {\n return npath;\n }\n\n var nFileName = path.basename(npath, path.extname(npath)) + ext;\n return path.join(path.dirname(npath), nFileName);\n}\n\nmodule.exports = replaceExt;\n"],"sourceRoot":""}