Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolve modules not working with Tilda sing on (s)css files #1665

Closed
guysaar223 opened this issue May 23, 2019 · 1 comment · Fixed by teambit/bit-javascript#100
Closed

Comments

@guysaar223
Copy link
Member

Expected Behavior

bit should detect ./theme directory as ~foo

Actual Behaviour

bit returns missing packages dependencies error:

bar.scss -> ~foo

although I added this resolveModules object:

        "resolveModules": {
            "aliases": {
              "~foo": "./theme"
            }
          }

Steps to Reproduce the Problem

  1. download tar file download tar resolveModules.tar.gz
  2. run bit status

Specifications

  • Bit version: 14.1.1
  • Node version: 10.15.1
  • System Version: macOS 10.13.6 (17G65)
  • Kernel Version: Darwin 17.7.0
@davidfirst
Copy link
Member

It has been fixed on bit-javascript and a new version (v2.0.9) has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment