chore: Move to RSpack by juliusknorr · Pull Request #8107 · nextcloud/text
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 115
Draft
Conversation
Copy link Copy Markdown
Member
This is a first attempt to try our RSpack which is also used by talk now.
Reference in talk nextcloud/spreed#16070
| Webpack | RSpack | |
|---|---|---|
| npm run dev | 35s | 1,78s |
| Size of loaded js in files with an open editor | 3,1 MB | 1,7MB |
Copy link Copy Markdown
codecov
bot
commented
Dec 21, 2025
codecov bot commented
Dec 21, 2025Codecov Report
✅ All modified and coverable lines are covered by tests.
📢 Thoughts on this report? Let us know!
juliusknorr
added
the
technical debt
label
Copy link Copy Markdown
Member Author
juliusknorr
commented
Dec 21, 2025
juliusknorr commented
Dec 21, 2025Warning still to figure out
WARNING in ./node_modules/moment/min/moment-with-locales.js 2159:16-50
⚠ Module not found: Can't resolve './locale' in '/Users/julius/repos/nextcloud/server/apps/text/node_modules/moment/min'
╭─[2159:16]
2157 │ oldLocale = globalLocale._abbr;
2158 │ aliasedRequire = require;
2159 │ aliasedRequire('./locale/' + name);
· ──────────────────────────────────
2160 │ getSetGlobalLocale(oldLocale);
2161 │ } catch (e) {
╰────
Rspack compiled with 1 warning in 1.87 s
juliusknorr
force-pushed
the
chore/rspack
branch
2 times, most recently
from
4bbb63f to
51101e1
Compare
Signed-off-by: Julius Knorr <jus@bitgrid.net>
juliusknorr
force-pushed
the
chore/rspack
branch
from
51101e1 to
4334b06
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment