This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Commit eefd042
committed
fix: fix dependencies in package.json
Currently `extra-watch-webpack-plugin` is not used anymore and should be deleted from package.json.
`escape-string-regexp` is required from [bundle-config-loader](https://github.com/NativeScript/nativescript-dev-webpack/blob/master/bundle-config-loader.ts#L4) but it is not dependency of `nativescript-dev-webpack` plugin. It's working at the moment because it is dependency of [fork-ts-checker-webpack-plugin](https://github.com/NativeScript/nativescript-dev-webpack/blob/2978b81b5a8100774b2bb4a331ac8637205927b8/package.json#L54).1 parent 2978b81 commit eefd042
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments