NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

fix: fix dependencies in package.json #1042

Closed Fatme closed 4 years ago

Fatme commented 4 years ago

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 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.

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].