-
-
Notifications
You must be signed in to change notification settings - Fork 615
Closed
Description
- Rollup Plugin Name: node-resolve
- Rollup Plugin Version: 11.x+
Expected Behavior / Situation
Need an alternative for customResolveOptions.filterPackage, otherwise we will be forced to indefinitely stick with version 10,
Actual Behavior / Situation
[!] Error: node-resolve: customResolveOptions.packageFilter is no longer an option. If you need this, please open an issue
Modification Proposal
Please give me a way to use e.g. an esm module version that some packages include but do not reference through their package json in any fields with node-resolve. Vue would be an example of such a package.
We'd like to override their pkg.main with either "vue.esm-browser.js" or "vue.esm-browser.prod.js", as appropriate, like we have been able to do previously (before #656).
Reactions are currently unavailable