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

Commit df12dfc

Browse files
Fix merge conflict
1 parent ea29bb6 commit df12dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module.exports = Object.assign({},
33
require("./NativeScriptJsonpPlugin"),
44
require("./NativeScriptSnapshotPlugin"),
55
require("./PlatformSuffixPlugin"),
6-
require("./PlatformFSPlugin"),
6+
require("./PlatformFSPlugin")
77
);

0 commit comments

Comments
 (0)