-
Notifications
You must be signed in to change notification settings - Fork 509
[stable32] build: migrate from Webpack to RSPack #16409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
``` npm i -D @rspack/cli @rspack/core @rspack/plugin-node-polyfill \ css-loader sass-loader vue-loader ``` Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Grigorii K. Shartsev <[email protected]>
``` npm un @nextcloud/webpack-vue-config \ babel-loader-exclude-node-modules-except esbuild-loader \ mini-css-extract-plugin webpack-bundle-analyzer worker-loader ``` Signed-off-by: Grigorii K. Shartsev <[email protected]>
71c94a0 to
ea5b70d
Compare
Signed-off-by: Grigorii K. Shartsev <[email protected]>
|
|
This also differs because it was missing from stable32-Webpack (and working with main-RSPack): #16389 |
Signed-off-by: Grigorii K. Shartsev <[email protected]>
f5ddb5c to
273dbc8
Compare
We should have |
Antreesy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works if install npm -D sass. It was previously provided by vue-virtual-scroller
Signed-off-by: Grigorii K. Shartsev <[email protected]>
|
|
So, someone hit the green button? |
Backport of #16070
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.