diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-03 22:29:00 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-04 10:56:52 +0100 |
commit | a498b72dec99a3ef8a0e9a15caa0afe3af245176 (patch) | |
tree | a901dcf413b6093179d7b54f89940ca08bacbcb2 /package.json | |
parent | a242ec695aca6054b63a3e48faf876bfd051292e (diff) | |
download | nextcloud-server-a498b72dec99a3ef8a0e9a15caa0afe3af245176.tar.gz nextcloud-server-a498b72dec99a3ef8a0e9a15caa0afe3af245176.zip |
Move the contactsmenu handlebars templates to the bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 0e31db26bfc..ff552cac95c 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "babel-loader": "^8.0.5", "css-loader": "^2.1.0", "exports-loader": "^0.7.0", + "handlebars-loader": "^1.7.1", "style-loader": "^0.23.1", "url-loader": "^1.1.2", "webpack": "^4.29.0", |