Giter Club home page Giter Club logo

Comments (3)

alexander-akait avatar alexander-akait commented on April 30, 2024

hm, intresting, no sure we can't fix it, because we don't handle at all unused imports for perf reasons, maybe linter is the best solution here, but I look at this deeply

from webpack.

alexander-akait avatar alexander-akait commented on April 30, 2024

@vankop What do you think? Honestly, I'm not sure that we should process this, personally I think it's more work for a linter, because bar import is not unsed and we just drop it, so we don't generate broken code

from webpack.

vankop avatar vankop commented on April 30, 2024

probably original issue was closed as a stale one..

So basically idea of the warning/error here is to notify user about highly likely issues at runtime ( if exports are reachable code ), with unused imports it is not a problem. If you didn't disable optimisations in config, webpack will remove unused exports for you.

If you want to improve your source code, in this case better to use linters (e.g. eslint )

from webpack.

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.