-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
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
5.4.0 (from 5.3.0) breaking change? (config.html[platform] || []).map is not a function #268
Comments
I am experiencing exactly the same issue. This is apparently originating from this PR: And from this commit: Caused by this line: Line 61 in 9423690
I debugged the value of
So, it is actually an object, not an array. Therefore it does not have the |
It seems those files are coming from here: This works OK when it is loaded, like during the tests. However, the npm package itself still ships with a file named As a remediation, you can install favicons through the GitHub tag: $ npm install itgalaxy/favicons#v5.4.0 This must be something related to the build process that builds the package to be sent to npm. The old generated |
#269 should fix this issue. A new release is obviously needed after those changes are applied. |
/cc @brunocodutra regression? |
Woops my bad - I'll release 5.4.1 today which should fix (thanks @ahukkanen!) this issue |
would you kindly release this now :) |
The release PR (#271) is blocked waiting for review approval. /cc @evilebottnawi |
Just updated from 5.3.0 to 5.4.0 - using via
app-manifest-webpack-plugin
I'm wondering if there was a breaking change and semver wasn't followed for it? I looked at https://github.com/itgalaxy/favicons/releases and checked for a changelog but there isn't a file.
Thoughts? Is this a problem with usage for the webpack plugin instead?
The text was updated successfully, but these errors were encountered: