1const { relative } = require('path') 2const relpath = (from, to) => relative(from, to).replace(/\\/g, '/') 3module.exports = relpath 4