UNPKG
vue-webpack-code-link
Version:
latest (1.0.35)
1.0.35
1.0.34
# 引入
vue-webpack-code-link
/
utils
/
pathUtil.js
5 lines
(4 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
let
projectBasePath
=
__dirname.substring(
0
, __dirname.search(
'node_modules'
))
module
.
exports
= { projectBasePath: projectBasePath }