Code Monkey home page Code Monkey logo

Comments (5)

tobycox avatar tobycox commented on June 30, 2024 9

Ah thank god I found this. I agree it would be great to change the title of the issue for future people who are banging their heads against this.
I was searching for things like "broken images webpack" and "broken images file-loader".
Hopefully these breadcrumbs will lead people here...

from file-loader.

alexander-akait avatar alexander-akait commented on June 30, 2024 1

@oieduardorabelo known issue, should be fixed after #183

from file-loader.

legendary-mich avatar legendary-mich commented on June 30, 2024

@kswope
I had the same issue. I'm using ts-loader, though. It would be great if title of this issue was more to the point. For example: "require () creates two files instead of one". Then, I would have a chance to find this answer knowingly, and not like it is right now, by accident.

Thanks for Sharing, though. :)

from file-loader.

SpaceK33z avatar SpaceK33z commented on June 30, 2024

Anyone wants to update the readme with PR?

from file-loader.

oieduardorabelo avatar oieduardorabelo commented on June 30, 2024

I was having this problem today and, downgrading to file-loader": "0.11.2", worked as expected for me.

"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-react-app": "3.0.2",
"file-loader": "0.11.2" // using 1.0.0, doesn't work 

in my case, I was importing the file in the top:

import IntroImage from '../../images/[email protected]';
import Slide0Image from '../../images/[email protected]';

... code

<img src={IntroImage} />

... etc

Using 1.0.0, the image was corrupted (in the webpack logs, we could see it being emitted, but, opening it via browser didn't work)

I managed to isolate the scenario in this repo: https://github.com/oieduardorabelo/file-loader-error

from file-loader.

Related Issues (20)

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.