Giter VIP home page Giter VIP logo

Comments (3)

Romstar avatar Romstar commented on June 13, 2024 5

here is the link in webpack's docs. Apparently the err object does not contain the error so this repo needs to be updated.

webpack(config, (err, stats) => {
  if (err || stats.hasErrors()) {
    console.log('stats:', stats.toString({ colors: true }));
    // ...
  }
  // Done processing
});

https://webpack.js.org/api/node/#:~:text=The%20err%20object%20will%20not%20include%20compilation%20errors.%20Those%20must%20be%20handled%20separately%20using%20stats.hasErrors()%2C%20which%20will%20be%20covered%20in%20detail%20in%20the%20Error%20Handling%20section%20of%20this%20guide.%20The%20err%20object%20will%20only%20contain%20webpack%2Drelated%20issues%2C%20such%20as%20misconfiguration%2C%20etc.

from chrome-extension-boilerplate-react.

Romstar avatar Romstar commented on June 13, 2024

I have this issue as well. It happens with TypeScript, not sure if it happens with JSX as well.

from chrome-extension-boilerplate-react.

Romstar avatar Romstar commented on June 13, 2024

Created a PR above, hopefully he approves of it. There is an attached screenshot for the failed build error.

from chrome-extension-boilerplate-react.

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.