2 lines
87 B
JavaScript
2 lines
87 B
JavaScript
const path = require('path');
|
|
console.log(path.join(__dirname, 'dist', 'build', 'h5')); |