Lines Matching refs:path
16 const path = require('path');
28 const bundlejsPath = path.resolve(__dirname, 'package', bundleName);
34 const libsPath = path.resolve(__dirname, 'libs');
35 const readme = path.resolve(__dirname, 'README_zh.md');
36 const outputName = path.resolve(__dirname, 'package', `${packageInfo.name}-${packageInfo.version}.zip`);
58 include: path.resolve(__dirname, 'src'),
69 loader: path.resolve(__dirname, 'loader/flavor.js'),
80 path: path.resolve(__dirname, './package'),