first commit
This commit is contained in:
7
app_vue/node_modules/@vue/cli-service/lib/util/getAssetPath.js
generated
vendored
Normal file
7
app_vue/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