summaryrefslogtreecommitdiffstats
path: root/core/webpack.js
Commit message (Collapse)AuthorAgeFilesLines
* Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-121-0/+1
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-051-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use different jsonpFunctionJulius Härtl2019-09-061-1/+2
| | | | | | This avoids issues when multiple entrypoints try to asynchronously load chunks on the same page Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Unify webpack configJohn Molakvoæ (skjnldsv)2019-05-291-63/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Vueify the login pageChristoph Wurst2019-05-291-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Migrate the maintenance script to a modern module and bundleChristoph Wurst2019-05-161-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Create a login bundle for login page scriptsChristoph Wurst2019-05-071-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move jquery-ui-fixes to bundleRoeland Jago Douma2019-02-141-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move webpack config to rootRoeland Jago Douma2019-02-131-0/+87
Then we can include all server repo webpack configs in 1 go Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>