UNPKG

vue-cli-plugin-hz-pages

Version:

依托vue-cli3的多页面脚手架插件

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 }