Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 23675a4

Browse files
committed
fix: avoid affecting the source maps by inserting new lines
1 parent 274ff53 commit 23675a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/GenerateNativeScriptEntryPointsPlugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ exports.GenerateNativeScriptEntryPointsPlugin = (function () {
5858
}
5959

6060
return requireChunkFiles;
61-
}).join("\n");
61+
}).join("");
6262

6363
if (entryChunk) {
6464
entryChunk.files.forEach(fileName => {

0 commit comments

Comments
 (0)