You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrating a project that currently use an extends property requires a rewrite of the configuration using webpack-merge (as documented here)
Implementing the extends property will make migration transparent
It can also be an opportunity to rewrite a performance oriented builtin webpack-merge in rust
What does the proposed API of configuration look like?
What problem does this feature solve?
Migrating a project that currently use an extends property requires a rewrite of the configuration using webpack-merge (as documented here)
Implementing the extends property will make migration transparent
It can also be an opportunity to rewrite a performance oriented builtin webpack-merge in rust
What does the proposed API of configuration look like?
Webpack documentation: https://webpack.js.org/configuration/extending-configurations/
The text was updated successfully, but these errors were encountered: