Skip to content

Remove webpack from runtime dependencies #2090

Open
@axetroy

Description

@axetroy

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)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions