diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-09-11 16:25:24 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-09-11 16:25:24 +0300 |
commit | 1e2582f04375f85f9e555dd6ec83a52bfde1242a (patch) | |
tree | 1a314b55773121d769e8213e710fd5476b943142 | |
parent | 63d4e0489ff4286940064a919eb63ac316681384 (diff) | |
download | wekan-1e2582f04375f85f9e555dd6ec83a52bfde1242a.tar.gz wekan-1e2582f04375f85f9e555dd6ec83a52bfde1242a.tar.bz2 wekan-1e2582f04375f85f9e555dd6ec83a52bfde1242a.zip |
- Add source-map-support.
Thanks to xet7 !
Closes #1889
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e345cfce..0487bdef 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "os": "^0.1.1", "page": "^1.8.6", "qs": "^6.5.2", + "source-map-support": "^0.5.9", "xss": "^1.0.3" } } |