UNPKG
plugin-audio
Version:
latest (1.0.0)
1.0.0
wangEditor 上传音频
codeup.aliyun.com/lanxiniu/js/wangEditor-plugin-audio
plugin-audio
/
build
/
paths.js
12 lines
(9 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
path = require(
'path'
)
const
srcPath = path.
join
(__dirname,
'..'
,
'src'
)
const
examplePath = path.
join
(__dirname,
'..'
,
'example'
)
const
distPath = path.
join
(__dirname,
'..'
,
'dist'
) module.exports = { srcPath, examplePath, distPath, }