You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
* refactor: stop adding TS as dependency as it should be added in project template
* docs: remove note about dependencies
* refactor: add scoped package prefix for @angular/compiler-cli
Copy file name to clipboardExpand all lines: README.md
-14
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,3 @@ $ tns run ios --bundle
22
22
23
23
For details, see the [NativeScript docs](http://docs.nativescript.org/angular/best-practices/bundling-with-webpack.html).
24
24
25
-
# Note about dependencies.
26
-
27
-
The `nativescript-dev-webpack` plugin adds a few devDependencies to the project. Make sure to run either `npm install` or `yarn` after installing the plugin.
28
-
The versions of the newly added packages depend on the versions of some of your already added packages. More specifically - `tns-core-modules` and all packages from the `@angular` scope. Since version 0.4.0, nativescript-dev-webpack will automatically add the correct development dependencies, based on what you already have installed.
29
-
You can force update your `package.json` using the `update-ns-webpack` script which you can find in `PROJECT_DIR/node_modules/.bin`.
30
-
If the bundling process fails, please make sure you have the correct versions of the packages.
0 commit comments