generated from dellevin/template
1
This commit is contained in:
7
node_modules/@vue/cli-service/lib/util/getAssetPath.js
generated
vendored
Normal file
7
node_modules/@vue/cli-service/lib/util/getAssetPath.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = function getAssetPath (options, filePath) {
|
||||
return options.assetsDir
|
||||
? path.posix.join(options.assetsDir, filePath)
|
||||
: filePath
|
||||
}
|
||||
Reference in New Issue
Block a user