Skip to content

Commit bd7d7e3

Browse files
authored
Merge pull request #2002 from nextcloud/build/vite
build: migrate from Webpack to Vite
2 parents 697440a + 96fc693 commit bd7d7e3

File tree

86 files changed

+7485
-8703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+7485
-8703
lines changed

β€ŽREUSE.tomlβ€Ž

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud and ownCloud contrib
1212
SPDX-License-Identifier = "AGPL-3.0-or-later"
1313

1414
[[annotations]]
15-
path = ["js/**.js", "js/**.js.map"]
15+
path = ["css/**.css", "css/**.css.map"]
16+
precedence = "aggregate"
17+
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
18+
SPDX-License-Identifier = "AGPL-3.0-or-later"
19+
20+
[[annotations]]
21+
path = ["js/**.mjs", "js/**.mjs.map"]
1622
precedence = "aggregate"
1723
SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
1824
SPDX-License-Identifier = "AGPL-3.0-or-later"
@@ -42,7 +48,7 @@ SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
4248
SPDX-License-Identifier = "CC0-1.0"
4349

4450
[[annotations]]
45-
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"]
51+
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"]
4652
precedence = "aggregate"
4753
SPDX-FileCopyrightText = "none"
4854
SPDX-License-Identifier = "CC0-1.0"

β€Žbabel.config.jsβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Žbuild-js/WebpackSPDXPlugin.jsβ€Ž

Lines changed: 0 additions & 221 deletions
This file was deleted.

β€Žbuild-js/npm-post-build.shβ€Ž

Lines changed: 0 additions & 24 deletions
This file was deleted.

β€Žcss/BrowserStorage-DklB1ENo.chunk.cssβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcss/NcSettingsSection-CmmnCHg2-DgPIBlPM.chunk.cssβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcss/NotificationsApp-CKp_D_O2.chunk.cssβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcss/_plugin-vue2_normalizer-6Smjv1op.chunk.cssβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žcss/main-DSR4m-70.chunk.cssβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* extracted by css-entry-points-plugin */
2+
@import './style-BRbSke62.chunk.css';
3+
@import './_plugin-vue2_normalizer-6Smjv1op.chunk.css';
4+
@import './NcSettingsSection-CmmnCHg2-DgPIBlPM.chunk.css';

0 commit comments

Comments
Β (0)