Bundle only the Handlebars runtime

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2019-01-11 15:43:49 +01:00
parent cd62d1f221
commit e8fb785fc1
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
3 changed files with 11 additions and 38 deletions

45
core/js/dist/main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,7 @@ module.exports = {
],
resolve: {
alias: {
handlebars: 'handlebars/dist/handlebars.min.js'
handlebars: 'handlebars/runtime'
},
extensions: ['*', '.js'],
symlinks: false