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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
babel-plugin-webpack-alias will need to check for a function, invoke it (potentially with the value env), to get the config object, before it checks if config.resolve exists
Otherwise you get the 'The resolved config file doesn\'t contain a resolve configuration' error
The text was updated successfully, but these errors were encountered:
Webpack 2 supports exporting a default function as the webpack config.
I'm using this for the reasons in this post.
babel-plugin-webpack-alias
will need to check for a function, invoke it (potentially with the valueenv
), to get the config object, before it checks ifconfig.resolve
existsOtherwise you get the
'The resolved config file doesn\'t contain a resolve configuration'
errorThe text was updated successfully, but these errors were encountered: