@nachocodoner could you give me a hand with an issue that I am getting with rspack configuration please.
theory-swe git:(rspack-integration) ✗ yarn start
yarn run v1.22.22
$ MONGO_URL=mongodb://localhost:27017/theory-swe meteor --settings ./settings/settings-development.json
[[[[[ ~/Documents/theory-swe ]]]]]
=> Started proxy.
[Rspack Client Error] Browserslist: browsers data (caniuse-lite) is 14 months old. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
[Rspack Server Error] Browserslist: browsers data (caniuse-lite) is 14 months old. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
[Rspack Client Error] [rspack-cli] Error: [VueLoaderPlugin Error] No matching use for vue-loader is found.
Make sure the rule matching .vue files include vue-loader in its use.
at VueLoaderPlugin.apply (/Users/user/Documents/theory-swe/node_modules/vue-loader/dist/pluginWebpack5.js:112:19)
at Plugin.apply (/Users/user/Documents/theory-swe/node_modules/vue-loader/dist/plugin.js:16:20)
at createCompiler (/Users/user/Documents/theory-swe/node_modules/@rspack/core/dist/index.js:12120:179)
at Array.map (<anonymous>)
at /Users/user/Documents/theory-swe/node_modules/@rspack/core/dist/index.js:12137:45
at create (/Users/user/Documents/theory-swe/node_modules/@rspack/core/dist/index.js:12140:18)
at /Users/user/Documents/theory-swe/node_modules/@rspack/core/dist/index.js:12165:39
at RspackCLI.createCompiler (/Users/user/Documents/theory-swe/node_modules/@rspack/cli/dist/index.js:1198:45)
at async CAC.<anonymous> (/Users/user/Documents/theory-swe/node_modules/@rspack/cli/dist/index.js:930:34)
This is a Meteor app with Vue and Vuetify. it’s using vite and some vite aliases. But the error seems to be on the vue-loader plugin.
This is my PR chore: integrate rspack by diavrank · Pull Request #23 · diavrank/theory-swe · GitHub
Info:
- Mac OS Tahoe
- Node 22.21.1
- Meteor 3.4-rc.2

