Giter Site home page Giter Site logo

Comments (7)

sokra avatar sokra commented on May 1, 2024 1

Aha ok, you are using the API. Try this:

{noInfo: false, // Display no info to console (only warnings and errors)
quiet: false, // Display nothing to the console
lazy: false, // No watching, but recompilation on every request
stats: {
  cached: false
},
watchDelay: 300}

http://webpack.github.io/docs/node.js-api.html#stats-tojson

from webpack-dev-middleware.

sokra avatar sokra commented on May 1, 2024

after a change it should only print the changed modules...

from webpack-dev-middleware.

klimashkin avatar klimashkin commented on May 1, 2024

For me it prints 238 lines of modules and line webpack: bundle is now VALID.
After I change one module it do the same: 238 lines of modules and line webpack: bundle is now VALID.

My config:

{noInfo: false, // Display no info to console (only warnings and errors)
quiet: false, // Display nothing to the console
lazy: false, // No watching, but recompilation on every request
watchDelay: 300}

from webpack-dev-middleware.

klimashkin avatar klimashkin commented on May 1, 2024

Thanks!
What configuration should be to asset table displayed only at first compilation, not when one of modules changed?

                                   Asset     Size  Chunks             Chunk Names
                          main.bundle.js  1276246       0  [emitted]  main
    0.8cefbfdbf64236da8355.hot-update.js     1798       0  [emitted]  main
    8cefbfdbf64236da8355.hot-update.json       36          [emitted]
                      main.bundle.js.map  1552506       0  [emitted]  main
0.8cefbfdbf64236da8355.hot-update.js.map     2386       0  [emitted]  main
chunk    {0} main.bundle.js, 0.8cefbfdbf64236da8355.hot-update.js, main.bundle.js.map, 0.8cefbfdbf64236da8355.hot-update.js.map (main) 1196728 [rendered]

from webpack-dev-middleware.

sokra avatar sokra commented on May 1, 2024

There is none... Need to add something like: cachedAssets

from webpack-dev-middleware.

klimashkin avatar klimashkin commented on May 1, 2024

Hmm, added cachedAssets: false

stats: {
  hash: false,
  cached: false,
  cachedAssets: false,
  colors: true
 }

But it still prints table after change /app/components/About.react.js

webpack: bundle is now INVALID.
Version: webpack 1.4.0-beta3
Time: 1002ms
                                   Asset     Size  Chunks             Chunk Names
                          main.bundle.js  1396323       0  [emitted]  main
    0.aac560d93e9287cbf52e.hot-update.js     1947       0  [emitted]  main
    aac560d93e9287cbf52e.hot-update.json       36          [emitted]
                      main.bundle.js.map  1702478       0  [emitted]  main
0.aac560d93e9287cbf52e.hot-update.js.map     2570       0  [emitted]  main
chunk    {0} main.bundle.js, 0.aac560d93e9287cbf52e.hot-update.js, main.bundle.js.map, 0.aac560d93e9287cbf52e.hot-update.js.map (main) 1311658 [rendered]
   [13] ./app/components/About.react.js 1903 {0} [built]
webpack: bundle is now VALID.

from webpack-dev-middleware.

sokra avatar sokra commented on May 1, 2024

hmm... that were the files that were changed during this compilation...

You can disable assets output completly by assets: false, but the webpack/webpack-dev-server executable doesn't allow to configure it different for the first build. (You can do this when using the node.js API.)

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.