Searched refs:souceMapJsonPath (Results 1 – 2 of 2) sorted by relevance
302 const souceMapJsonPath = path.join(this.projectConfig.cachePath, SOURCEMAPS_JSON); constant306 if (fs.existsSync(souceMapJsonPath)) {307 fs.copyFileSync(souceMapJsonPath, this.backupSourceMapPath);312 …fs.writeFileSync(souceMapJsonPath, SourceMapGenerator.getInstance().convertSourceMapToCache(source…