Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 23675a4

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /