From e8fb785fc1ca880ab85119da6b8ad02a2224ddfd Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 11 Jan 2019 15:43:49 +0100 Subject: Bundle only the Handlebars runtime Signed-off-by: Christoph Wurst --- core/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/webpack.common.js') 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 -- cgit v1.2.3