Skip to content

Commit 567143b

Browse files
committed
chore: drop --bundle check hooks
All NativeScript apps are now bundled using webpack, these hooks are now redundant.
1 parent 02d47d6 commit 567143b

File tree

6 files changed

+1
-71
lines changed

6 files changed

+1
-71
lines changed

package.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,7 @@
4949
"pan": "false",
5050
"core3": "true",
5151
"category": "Developer"
52-
},
53-
"hooks": [
54-
{
55-
"type": "before-checkForChanges",
56-
"script": "dist/hooks/before-checkForChanges.js",
57-
"inject": true
58-
},
59-
{
60-
"type": "before-watch",
61-
"script": "dist/hooks/before-watch.js",
62-
"inject": true
63-
}
64-
]
65-
},
66-
"dependencies": {
67-
"@nativescript/hook": "2.0.0"
52+
}
6853
},
6954
"devDependencies": {
7055
"@babel/core": "^7.12.7",

platform/nativescript/hooks/before-checkForChanges.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

platform/nativescript/hooks/before-watch.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

platform/nativescript/hooks/helpers.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

postinstall.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

preuninstall.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)