UNPKG

@mpxjs/webpack-plugin

Version:

mpx compile core

7 lines (5 loc) 238 B
const path = require('path') module.exports = function (resourcePath, infix, extname) { extname = extname || path.extname(resourcePath) return resourcePath.substring(0, resourcePath.length - extname.length) + '.' + infix + extname }