Skip to content

Fix import bug with absolute path given to -bs-package-output #3144

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

Merged
merged 1 commit into from
Nov 11, 2018

Conversation

bsansouci
Copy link
Contributor

bsc compiles the import statements into "module_name/absolute_path"
without this fix because -bs-package-output doesn't support
absolute paths.

bsb-native uses absolute paths because we support putting the build artifacts anywhere on the harddrive

bsc compiles the import statements into "module_name/absolute_path"
without this fix because -bs-package-output doesn't support
absolute paths.
@bobzhang bobzhang merged commit 0d2c4c3 into rescript-lang:master Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants