diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-11 15:43:49 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-14 09:40:42 +0100 |
commit | e8fb785fc1ca880ab85119da6b8ad02a2224ddfd (patch) | |
tree | 2b68719bb51d0dd6293ca62dd3d0d82aa9b19337 /core/webpack.common.js | |
parent | cd62d1f221969928ac68a10450c241baf9520951 (diff) | |
download | nextcloud-server-e8fb785fc1ca880ab85119da6b8ad02a2224ddfd.tar.gz nextcloud-server-e8fb785fc1ca880ab85119da6b8ad02a2224ddfd.zip |
Bundle only the Handlebars runtime
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/webpack.common.js')
-rw-r--r-- | core/webpack.common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/webpack.common.js b/core/webpack.common.js index edb6f483601..0f3a2983e98 100644 --- a/core/webpack.common.js +++ b/core/webpack.common.js @@ -43,7 +43,7 @@ module.exports = { ], resolve: { alias: { - handlebars: 'handlebars/dist/handlebars.min.js' + handlebars: 'handlebars/runtime' }, extensions: ['*', '.js'], symlinks: false |