This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit afe569d
fix: schema-utils peer dep warning for webpack 2/3 (#577)
When tns-creating an app that depends on latest nativescript-dev-webpack you can see the following in the output:
```
npm WARN schema-utils@0.4.3 requires a peer of webpack@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
```
Based on webpack-contrib/url-loader#122 It seems schema-utils@0.4.5 has the webpack 4 dependency fix.1 parent 0ab65cc commit afe569d
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 | - | ||
74 | + | ||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
0 commit comments