We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"files[n].webpackConfig"
We can accept a function with following call signature in files[n].webpackConfig
files[n].webpackConfig
(config:webpack.Configuration, merge: merge) => webpack.Configuration
It will pass the calculated configuration from system and would expect a modified configuration from userland.
The text was updated successfully, but these errors were encountered:
feat: accept function for webpackConfig
3466fe7
Using a function and passing existing config to webpackConfig opens many possibilities than just using webpackMerge out of the box. See #7
No branches or pull requests
We can accept a function with following call signature in
files[n].webpackConfig
It will pass the calculated configuration from system and would expect a modified configuration from userland.
The text was updated successfully, but these errors were encountered: