Static GitHub Issues

[872] Error including a .png file as image src. alpha v 3/4

prev: Support for nuxt-link on SVG DOM nodes
next: Dynamic modules import on client, but server side rendered imidiatly
<template lang="html">
  <div>
    <h1>Hello world!</h1>
    <img src="~assets/img/logo.png" alt="">
  </div>
</template>
Nuxt.js Error:

Error: Module parse failed: [...]/assets/img/logo.png Unexpected character '�' (1:0)
You may need an appropriate loader to handle this file type.
[...]

Tested this with a clean install of version 1.0.0 alpha 3 and 4. node v8.0.0 npm v5.0.3

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c750">#c750</a>)</em></sub></div>