Skip to content

Commit 0866970

Browse files
authored
Revert #688, fix #879
We have to investigate how we can get #688 work without the error reported in #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)