Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 0866970

Browse files
authored
We have to investigate how we can get vuejs-templates#688 work without the error reported in vuejs-templates#879
1 parent eaccc50 commit 0866970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/webpack.base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var config = require('../config')
55
var vueLoaderConfig = require('./vue-loader.conf')
66

77
function resolve (dir) {
8-
return fs.realpathSync(__dirname + '/' + path.join('..', dir))
8+
return path.join(__dirname, '..', dir)
99
}
1010

1111
module.exports = {

0 commit comments

Comments
 (0)