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
Currently I am not able to use elm-pages on macos with node 13, because the version of favicons-webpack-plugin it depends on in turn depends on sharp v0.22.1. The first version supporting node 13 is v0.23.2, which is depended on by the current version of favicons-webpack-plugin, so a dependency update should fix this.
The text was updated successfully, but these errors were encountered:
Hey, thanks for the suggestion and context. I looked at this a while back but it wasn't out yet, or there was something blocking it. I had to use a beta version to get version 4 of the html-webpack-plugin, but it seems to work fine. Here's the commit: 31f23a5. And here's the changelog entry.
Let me know how it goes with using this with Node 13!
Currently I am not able to use elm-pages on macos with node 13, because the version of
favicons-webpack-plugin
it depends on in turn depends onsharp
v0.22.1. The first version supporting node 13 is v0.23.2, which is depended on by the current version offavicons-webpack-plugin
, so a dependency update should fix this.The text was updated successfully, but these errors were encountered: