Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df12dfc

Browse files
authoredNov 9, 2017
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

Lines changed: 1 addition & 1 deletion
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)
This repository has been archived.