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
react-starter-kit/tools/webpack.config.js
Line 319 in 454efa6
Starting from version 3.0.0 webpack-assets-manifest has a breaking change.
webpack-assets-manifest
Needs to change to:
customize: ({key, value}) => { ...
See version change example
function arguments change to this now: entry, original, manifest, asset
entry, original, manifest, asset
The text was updated successfully, but these errors were encountered:
Nice, thanks, will check later today or tomorrow, please ping me if I forget,I need fix this soon
Sorry, something went wrong.
Looks like only needed change is what you already figure out :-) I'm quite busy, would you like prepare PR against master ?
master
@langpavel Will do when I have time too :P
I hope this can be closed 🙂
No branches or pull requests
react-starter-kit/tools/webpack.config.js
Line 319 in 454efa6
Starting from version 3.0.0
webpack-assets-manifest
has a breaking change.Needs to change to:
See version change example
function arguments change to this now:
entry, original, manifest, asset
The text was updated successfully, but these errors were encountered: