Lines Matching refs:resolve
44 main: path.resolve(loaderPath, 'loader.js'),
45 template: path.resolve(loaderPath, 'template.js'),
46 style: path.resolve(loaderPath, 'style.js'),
47 script: path.resolve(loaderPath, 'script.js'),
48 json: path.resolve(loaderPath, 'json.js'),
50 manifest: path.resolve(loaderPath, 'manifest-loader.js'),
51 resourceReferenceScript: path.resolve(loaderPath, 'resource-reference-script.js')
132 'extends': path.resolve(__dirname, "../babel.config.js")
215 return _this.resourcePath === path.resolve(process.env.projectPath,
494 const entryPath = path.join(path.resolve(process.env.projectPath), key + '.hml');