Giter Site home page Giter Site logo

Comments (4)

sunyang713 avatar sunyang713 commented on May 1, 2024 6

hi, so just to be clear, is it still okay to manually serve a file from devMiddleware.fileSystem? For my project, this is pretty important - i.e. I need to modify the index.html request handler that devMiddleware automatically implements. How exactly can I "rewrite requests" for devMiddleware.fileSystem files?

from webpack-dev-middleware.

sokra avatar sokra commented on May 1, 2024

You should not access devMiddleware.fileSystem. It's private. Instead rewrite requests.

from webpack-dev-middleware.

pwang2 avatar pwang2 commented on May 1, 2024

@sokra , I have a similar requirement for this.

I want to process some file in a custom webpack plugin using external library like node-sass. One reason is the webpack need a JS entry for stylesheet processing, it demands a extraction plugin thereafter. Kinda a little bit overhead to me.

Exposing the filesystem of the compiler will have a few benefit to server the output file directly just like it is emitted by webpack compile.

It sounds make sense to me. maybe I am wrong.

I got it working by accessing compilation.compiler.outputFileSystem; and then attach node-sass compile result to complition.assets

from webpack-dev-middleware.

SpaceK33z avatar SpaceK33z commented on May 1, 2024

Closing this in favor of #88.

from webpack-dev-middleware.

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.