Skip to content
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

Webpack wallet prod configuration #933

Merged
merged 6 commits into from
Dec 2, 2021
Merged

Conversation

tommyv1987
Copy link
Contributor

  • In production mode in the webpack config, there's an unmet dependency that requires favicons to be imported. If trying to supply a .ico file it complains of a MIME type error, therefore, adding a .png to replace the .ico to the same spec works.
  • Added the references to rebuild on macOS for MenuItems
  • Built on all platforms - Windows, Mac, Linux

When supplying `production` as the mode in the config for webpack, it complains about an unmet dependency issue with fav-icons. Then trying to supply a favicon.ico, returns a mimetype error. By using a png in alignment to the .ico. It builds. Tested on Linux.
The compiler complains, however, these references are needed to enabled menu actions on mac builds.
@tommyv1987 tommyv1987 marked this pull request as ready for review December 2, 2021 10:16
@tommyv1987 tommyv1987 merged commit 577c5dc into develop Dec 2, 2021
@tommyv1987 tommyv1987 deleted the test/webpack-wallet branch December 2, 2021 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants