Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit eefd042

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"clean-webpack-plugin": "~1.0.0",
5151
"copy-webpack-plugin": "~4.6.0",
5252
"css-loader": "~2.1.1",
53-
"extra-watch-webpack-plugin": "1.0.3",
53+
"escape-string-regexp": "1.0.5",
5454
"fork-ts-checker-webpack-plugin": "1.3.0",
5555
"global-modules-path": "2.0.0",
5656
"loader-utils": "^1.2.3",

0 commit comments

Comments
 (0)