diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-04-09 17:45:07 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-04-10 14:44:53 -0500 |
commit | 3812abfa23caac0512e74f3b47412645a5302b08 (patch) | |
tree | 357b8c2756eac0ee9422b8903d33647409c74442 /package.json | |
parent | 0b5a8a34e0b7851957b976a8151a7d6acf8b9f69 (diff) | |
download | gitlab-ce-3812abfa23caac0512e74f3b47412645a5302b08.tar.gz |
watch node_modules for changes when a module is missing
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 5d9b1c34a47..9852803f14e 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "pikaday": "^1.5.1", "raphael": "^2.2.7", "raw-loader": "^0.5.1", + "react-dev-utils": "^0.5.2", "select2": "3.5.2-browserify", "stats-webpack-plugin": "^0.4.3", "three": "^0.84.0", |