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
It is possible to specify a function for webpack output filename.
https://webpack.js.org/configuration/output/#output-filename
Unfortunately this does not work with the ScssConfigWebpackPlugin because it tries to replace the name directly.
ScssConfigWebpackPlugin
https://github.com/namics/webpack-config-plugins/blob/9cba7d7b66bcd6c58e2391ee9a772cdd0efab181/packages/scss-config-webpack-plugin/src/ScssConfigWebpackPlugin.js#L34-L38
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is possible to specify a function for webpack output filename.
https://webpack.js.org/configuration/output/#output-filename
Unfortunately this does not work with the
ScssConfigWebpackPlugin
because it tries to replace the name directly.https://github.com/namics/webpack-config-plugins/blob/9cba7d7b66bcd6c58e2391ee9a772cdd0efab181/packages/scss-config-webpack-plugin/src/ScssConfigWebpackPlugin.js#L34-L38
The text was updated successfully, but these errors were encountered: