We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5458e6 commit 811cb87Copy full SHA for 811cb87
scripts/build.js
@@ -119,9 +119,7 @@ function buildFile(file, silent) {
119
120
// Normalize/override key fields for consistency
121
map.file = outFile;
122
- map.sources = [
123
- path.relative(outDir, file).replace(/\\/g, '/'),
124
- ];
+ map.sources = [path.relative(outDir, file).replace(/\\/g, '/')];
125
126
code = `${code}\n\n//# sourceMappingURL=${mapFileName}`;
127
fs.writeFileSync(mapPath, JSON.stringify(map));
0 commit comments