* build(webpack): Fix the request of a dependency is an expression Critical dependency: the request of a dependency is an expression * style: Fix spaces after object literal braces
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
const path = require('path');
|
|
|
|
module.exports.root = function root(dir, __path) {
|
|
return path.join(dir, __path);
|
|
};
|