Lines Matching refs:resolve
59 loader: path.resolve(__dirname, './index.js')
93 loader: path.resolve(__dirname, 'lib/module-script.js'),
120 …process.env.buildPath = env.aceModuleBuild || process.env.aceModuleBuild || path.resolve(process.e…
121 …process.env.cachePath = env.cachePath || process.env.cachePath || path.resolve(__dirname, 'node_mo…
122 …process.env.aceManifestPath = process.env.aceManifestPath || path.resolve(process.env.projectPath,…
123 …process.env.watchCSSFiles = process.env.watchCSSFiles || path.resolve(process.env.buildPath, 'prev…
142 webpackConfig.cache.cacheDirectory = path.resolve(process.env.cachePath, '.lite_cache');
145 webpackConfig.output.path = path.resolve(__dirname, process.env.buildPath)
158 webpackConfig.resolve = {
166 if (fs.existsSync(path.resolve(process.env.projectPath, 'i18n'))) {
170 from: path.resolve(process.env.projectPath, 'i18n'),
171 to: path.resolve(process.env.buildPath, 'i18n'),