Giter VIP home page Giter VIP logo

Comments (6)

micooz avatar micooz commented on May 18, 2024

With 30a21ab you can put your images to static/path/to/your/*.png, then access them directly from src without require:

<img src="/path/to/your/about.png" alt=""/>

from es6-webpack2-starter.

Hazantip avatar Hazantip commented on May 18, 2024

Thanks! 👍

from es6-webpack2-starter.

Hazantip avatar Hazantip commented on May 18, 2024

There is a one thing that doesn't work:

background: url('/assets/images/discretion.png') center center / cover no-repeat;
<img src="/assets/images/dunk.jpg" alt="">

this works good for development, but doesn't for build;
build requires to have source like:
<img src="assets/images/dunk.jpg" alt=""> - without '/' at the beginning

from es6-webpack2-starter.

micooz avatar micooz commented on May 18, 2024

How did you serve dist in production?

It should be worked if you serve them on a server not file:// I guess.


For example:

$ npm i -g http-server
$ http-server dist/

Then open http://localhost:8080.

from es6-webpack2-starter.

Hazantip avatar Hazantip commented on May 18, 2024

You're right. On a server it works fine, but locally(file://) isn't possible?

from es6-webpack2-starter.

micooz avatar micooz commented on May 18, 2024

Generally speaking, file:// is rarely used in practice. You should always running a server rather than double-click index.html.

from es6-webpack2-starter.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.