This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Commit 2380a6f
committed
refactor: remove the postinstall helper info
The following helper message is displayed after installation of the
plugin:
```
NativeScript Webpack plugin was successfully added.
You can now bundle your project by passing --bundle flag to NativeScript CLI commands:
- tns build android --bundle
- tns build ios --bundle
- tns run android --bundle
- tns run ios --bundle
You can also pass the "--env.uglify" flag to use UglifyJS for minification.
For more information check out https://docs.nativescript.org/tooling/bundling-with-webpack#bundling.
```
With {N} 6.0, this message is not relevant any more:
1). the `bundle` flag is not needed for webpack builds;
2). the default build/run workflow uses webpack.1 parent cf74631 commit 2380a6f
1 file changed
+0
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 13 | | |
25 | 14 | | |
26 | 15 | | |
| |||
105 | 94 | | |
106 | 95 | | |
107 | 96 | | |
108 | | - | |
109 | | - | |
110 | 97 | | |
111 | 98 | | |
112 | 99 | | |
| |||
0 commit comments