summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
Commit message (Collapse)AuthorAgeFilesLines
* Transpile the nextcloud-vue-collection packageChristoph Wurst2019-12-101-1/+1
| | | | | | | | | | It should support the same browsers as this component, but there seems to be a regression [1] that breaks the transpilation. Hence including the package here for the Babel transformation. [1] https://github.com/juliushaertl/nextcloud-vue-collections/issues/302 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Transpile also dependencies in node_modulesJohn Molakvoæ (skjnldsv)2019-10-291-1/+4
| | | | | | | | | | | | | | Some of the dependencies in node_modules, such as "p-queue", are not ES5 compatible, so they need to be transpiled to work in older browsers like Internet Explorer 11. Besides not excluding the dependencies for babel-loader in "webpack.common.js" the global Babel configuration must be defined in "babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the dependencies in "node_modules" are ignored (even if whitelisted in the configuration file itself). Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-4/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow building single webpack modulesJulius Härtl2019-10-161-12/+27
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not follow symlinks with webpackJohn Molakvoæ (skjnldsv)2019-10-071-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use eslintJohn Molakvoæ (skjnldsv)2019-10-011-65/+78
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move settings to an appChristoph Wurst2019-09-281-2/+2
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make sure we merge webpack rules properlyJulius Härtl2019-07-101-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Unify webpack configJohn Molakvoæ (skjnldsv)2019-05-291-26/+83
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* webpackify workflowengineArthur Schiwon2019-05-091-1/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move comments to webpackRoeland Jago Douma2019-02-261-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move twofactor_backupcodes to main webpack bundleRoeland Jago Douma2019-02-201-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move settings to main webpackRoeland Jago Douma2019-02-201-1/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move accessibility to main webpackRoeland Jago Douma2019-02-191-1/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpackMorris Jobke2019-02-191-1/+3
|\ | | | | Move updatenotifications to unified webpack
| * Move updatenotifications to unified webpackRoeland Jago Douma2019-02-181-1/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move files_sharing additionalscripts over to webpackRoeland Jago Douma2019-02-151-0/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move systemtags to common webpackRoeland Jago Douma2019-02-141-1/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move of files_versions to webpackRoeland Jago Douma2019-02-131-1/+6
| | | | | | | | * Move CSS into bundle * Old merged.json no longer needed! * No need to load the style still Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move files_trashbin to webpackRoeland Jago Douma2019-02-131-1/+2
| | | | | | | 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>
* Move oauth2 to global webpack configRoeland Jago Douma2019-02-131-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move webpack config to rootRoeland Jago Douma2019-02-131-0/+3
Then we can include all server repo webpack configs in 1 go Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>