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

fix(configuration): pathBuilder resolution should be Node.js-ish #1827

Merged
merged 2 commits into from Jan 3, 2020

Conversation

noomorph
Copy link
Collaborator

@noomorph noomorph commented Jan 3, 2020

  • This is a small change

Description:

Fixes the following bug in #1729 :

The custom pathBuilder string in the configuration originally was intended to be a regular Node.js-ish path to a module, but by mistake, I made it something like a relative path.

Before:

"pathBuilder": "config/pathbuilder.js",

After:

"pathBuilder": "./config/pathbuilder.js",

@noomorph noomorph merged commit b2a3a4d into master Jan 3, 2020
@noomorph noomorph deleted the fix/path-builder-resolution branch January 3, 2020 13:13
@lock lock bot locked as resolved and limited conversation to collaborators Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant