Skip to content

Commit b170e15

Browse files
dailyvuejshaoqunjiang
authored andcommitted
refactor: remove unused placeAtRootIfRelative parameter (#2405)
1 parent 03c9e70 commit b170e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/util/getAssetPath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const path = require('path')
22

3-
module.exports = function getAssetPath (options, filePath, placeAtRootIfRelative) {
3+
module.exports = function getAssetPath (options, filePath) {
44
return options.assetsDir
55
? path.posix.join(options.assetsDir, filePath)
66
: filePath

0 commit comments

Comments
 (0)