nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron

Home Page:https://nklayman.github.io/vue-cli-plugin-electron-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3.0.0-alpha.4 missing WASM MIME type

timoschwarzer opened this issue · comments

Describe the bug
The 3.0.0-alpha.4 release on npm is missing the MIME mapping between the .wasm extension and the application/wasm MIME type in createProtocol.js.

Unfortunately I can't make a PR because I didn't find any branch that matches that npm release 🤔

I have no clue what the changes in alpha 4 is compared to alpha 3. @nklayman worked on it. When you provide a PR based on the V3 branch. I will merge it. And ask @nklayman to release it.

In beta 4 the createProtocol.js looks different from what is in the v3 branch. It has way more MIME types in beta.4 than on v3.

Maybe @nklayman has that commit somewhere on his machine. It is not on GitHub.

If you could push that to GitHub @nklayman that would be awesome! I don't want to cause merge conflicts by pushing the changes you already have locally.