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

Commit d709021

Browse files
committed
refactor: move plugins to separate dir
1 parent 089dbd7 commit d709021

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ function getAotEntry(entry) {
5151

5252
return existsSync(aotEntryPath) ? aotEntry : null;
5353
}
54-

plugins/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ module.exports = Object.assign({},
33
require("./NativeScriptJsonpPlugin"),
44
require("./NativeScriptSnapshotPlugin")
55
);
6-

0 commit comments

Comments
 (0)