aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/webpack.js
Commit message (Collapse)AuthorAgeFilesLines
* 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-29/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move files_trashbin to webpackRoeland Jago Douma2019-02-131-0/+37
Combine the 2 js files and the scss. This saves compiling the scss on the go. And going via Nextcloud storage to obtain it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>