Merge pull request #13518 from nextcloud/enhancement/handlebars-runtime

Bundle only the Handlebars runtime
This commit is contained in:
Roeland Jago Douma 2019-01-14 10:29:34 +01:00 committed by GitHub
commit 9adaa299a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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