mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 21:10:36 -05:00
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> |
||
|---|---|---|
| .. | ||
| .ci-conf | ||
| .phan | ||
| integration | ||
| .htaccess | ||
| autoloaderchecker.sh | ||
| build.xml | ||
| buildjsdocs.sh | ||
| ca-bundle-checker.sh | ||
| compile-handlebars-templates.sh | ||
| files-checker.php | ||
| gen-coverage-badge.php | ||
| htaccess-checker.php | ||
| image-optimization.sh | ||
| jsdocs9.tar.bz2 | ||
| license.php | ||
| OCPSinceChecker.php | ||
| package-lock.json | ||
| package.json | ||
| signed-off-checker.php | ||
| translation-checker.php | ||
| update-apps.sh | ||
| update.sh | ||
| vue-builds.sh | ||