You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not really sure if this is a typescript issue or the way bazel compiles typescript, but in summary the issue is that if I compile a typescript file that contains "relative import" it turns into absolute import when compiled to javascript. I am using ts_library rule.
I am not really sure if this is a typescript issue or the way bazel compiles typescript, but in summary the issue is that if I compile a typescript file that contains "relative import" it turns into absolute import when compiled to javascript. I am using ts_library rule.
bootstrapper.ts:
tsconfig:
BUILD File:
compiled file looks like this:
This is what I get back but when I run it it wont work because it doesn't know what backend/bh-orders-app/resources/static-site refers to .
Directory structure:
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Create a simple typescript project, and compile it with ts_library rule.
What operating system are you running Bazel on?
Mac OS Mojave
What's the output of
bazel info release
?release 0.25.2
The text was updated successfully, but these errors were encountered: