mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-20 19:40:59 -05:00
ci: revert unintended change
This commit is contained in:
@@ -309,10 +309,10 @@ module.exports = class Service {
|
||||
}
|
||||
|
||||
// normalize some options
|
||||
ensureSlash(resolved, 'baseUrl')
|
||||
if (typeof resolved.baseUrl === 'string') {
|
||||
resolved.baseUrl = resolved.baseUrl.replace(/^\.\//, '')
|
||||
}
|
||||
ensureSlash(resolved, 'baseUrl')
|
||||
removeSlash(resolved, 'outputDir')
|
||||
|
||||
// deprecation warning
|
||||
|
||||
Reference in New Issue
Block a user