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
I've added a webpack.overrides.conf.js file for febs to add a resolve alias but it looks like vunit doesn't use that file and only has an option to provide a full webpack config.
Is there some way to add just a partial config that would merge with the default one? Or do I have to get the full config from febs somehow to pass to this?
The text was updated successfully, but these errors were encountered:
Yes, currently vunit doesn't consume the config that febs is consuming but I'm going to be doing some work to integrate the configs so that vunit will use the same config that febs is using. Thanks for filing the issue @lancetharper!
I've added a
webpack.overrides.conf.js
file for febs to add a resolve alias but it looks like vunit doesn't use that file and only has an option to provide a full webpack config.Is there some way to add just a partial config that would merge with the default one? Or do I have to get the full config from febs somehow to pass to this?
The text was updated successfully, but these errors were encountered: