summaryrefslogtreecommitdiffstats
path: root/core/js/merged-share-backend.js
Commit message (Collapse)AuthorAgeFilesLines
* Use import instead of requireRoeland Jago Douma2019-01-161-9/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move merged-share-backend to webpackRoeland Jago Douma2019-01-161-0/+9
For #13608 Since we have webpack anyway it make sense to let webpack do the bundling instead of ourselfs. This leads to minified code (so less transfer). And the webserver can just handle the request. As a bonus we get a map file so debugging is easier than with our JSCombiner stuff. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>