Giter Site home page Giter Site logo

Comments (2)

meteorcloudy avatar meteorcloudy commented on May 31, 2024 1

Dev dependencies are ignored during dependency resolution for all modules except for the root module. So there is no functional difference between those two approaches.

In addition, you can use --ignore_dev_dependency to disable dev dependencies of the root module, so that you can test the targets you want to expose to downstream will still work without fetching dev dependencies.

There is also --check_direct_dependencies flag which let you fail the dependency resolution when the resolved dependency is not what you declared in your MODULE.bazel file.

(Just realized I should probably name the first one as --ignore_dev_dependencies 😅)

from bazel-central-registry.

fmeum avatar fmeum commented on May 31, 2024

In that case I'll probably keep the dev dependencies at the end of my repo's MODULE.bazel and strip them from the copy I check in to the BCR. Thanks!

from bazel-central-registry.

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.