Skip to content

Commit

Permalink
Merge pull request #2006 from nextcloud/backport/2002/stable30
Browse files Browse the repository at this point in the history
[stable30] build: migrate from Webpack to Vite
  • Loading branch information
ShGKme committed Aug 14, 2024
2 parents 50317c2 + 6f44508 commit 80ad316
Show file tree
Hide file tree
Showing 86 changed files with 7,485 additions and 8,703 deletions.
10 changes: 8 additions & 2 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud and ownCloud contrib
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["js/**.js", "js/**.js.map"]
path = ["css/**.css", "css/**.css.map"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["js/**.mjs", "js/**.mjs.map"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
Expand Down Expand Up @@ -42,7 +48,7 @@ SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = ["package.json", "package-lock.json", "**/package.json", "**/package-lock.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", ".gitignore", ".l10nignore", "psalm.xml", "tests/psalm-baseline.xml", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "**/phpunit.xml", "tsconfig.json"]
path = ["package.json", "package-lock.json", "**/package.json", "**/package-lock.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", ".gitignore", ".l10nignore", "psalm.xml", "tests/psalm-baseline.xml", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "**/phpunit.xml", "js/vendor.LICENSE.txt", "tsconfig.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"
Expand Down
7 changes: 0 additions & 7 deletions babel.config.js

This file was deleted.

221 changes: 0 additions & 221 deletions build-js/WebpackSPDXPlugin.js

This file was deleted.

24 changes: 0 additions & 24 deletions build-js/npm-post-build.sh

This file was deleted.

1 change: 1 addition & 0 deletions css/BrowserStorage-DklB1ENo.chunk.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/NcSettingsSection-CmmnCHg2-DgPIBlPM.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/NotificationsApp-CKp_D_O2.chunk.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/_plugin-vue2_normalizer-6Smjv1op.chunk.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/main-DSR4m-70.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions css/notifications-admin-settings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* extracted by css-entry-points-plugin */
@import './style-BRbSke62.chunk.css';
@import './_plugin-vue2_normalizer-6Smjv1op.chunk.css';
@import './NcSettingsSection-CmmnCHg2-DgPIBlPM.chunk.css';
3 changes: 3 additions & 0 deletions css/notifications-main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* extracted by css-entry-points-plugin */
@import './main-DSR4m-70.chunk.css';
@import './style-BRbSke62.chunk.css';
6 changes: 6 additions & 0 deletions css/notifications-settings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* extracted by css-entry-points-plugin */
@import './settings-CuzxgEpS.chunk.css';
@import './style-BRbSke62.chunk.css';
@import './_plugin-vue2_normalizer-6Smjv1op.chunk.css';
@import './BrowserStorage-DklB1ENo.chunk.css';
@import './NcSettingsSection-CmmnCHg2-DgPIBlPM.chunk.css';
1 change: 1 addition & 0 deletions css/settings-CuzxgEpS.chunk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.additional-margin-top[data-v-25b56fc5]{margin-top:12px}
Loading

0 comments on commit 80ad316

Please sign in to comment.