We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
webpack
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)
require('webpack')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: