UNPKG

@applaud/cli-service

Version:

local service for vue-cli projects, build on @vue/cli-service@3.4.1

8 lines (6 loc) 209 B
const path = require('path') module.exports = function getAssetPath (options, filePath, placeAtRootIfRelative) { return options.assetsDir ? path.posix.join(options.assetsDir, filePath) : filePath }