diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-06-12 21:37:42 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-16 19:06:52 +0200 |
commit | 876beec5a7d4a993c94b2cd47ac28bc2c717ee5f (patch) | |
tree | 2e3bcb532cb91a5b07928dc3c8894d644256f7ff /package.json | |
parent | 424b51e630890b342093a3225b725e7b9257663d (diff) | |
download | nextcloud-server-876beec5a7d4a993c94b2cd47ac28bc2c717ee5f.tar.gz nextcloud-server-876beec5a7d4a993c94b2cd47ac28bc2c717ee5f.zip |
chore: Add webpack plugin to properly extract licenses used in compiled assets
This will create proper extracted license information for assets and stores it in `fist/file.js.license`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 6464f832f89..11bbc63f9e1 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "nextcloud", "version": "1.0.0", "description": "Nextcloud Server", + "author": "Nextcloud GmbH and Nextcloud contributors", "private": true, "directories": { "lib": "lib", @@ -188,6 +189,7 @@ "webpack": "^5.91.0", "webpack-cli": "^5.0.2", "webpack-merge": "^5.8.0", + "webpack-stats-plugin": "^1.1.3", "workbox-webpack-plugin": "^7.0.0" }, "browserslist": [ |