https://github.com/search?q=repo%3Avuejs%2Fvue-loader%20require(%27webpack&type=code I found that the plugin has a runtime dependency on webpack. As rspack matures, this is a barrier to migration. We should remove the runtime dependency on webpack We can get the webpack's Plugin via compiler instead of `require('webpack')`, which is compatible with webpack-like bundler(eg. rspack) <img width="1225" alt="Image" src="https://github.com/user-attachments/assets/39c15bac-e219-4c43-9513-76a48292310f" />