We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
because of this brfs issue: browserify/brfs#36
You can't use variables since the expression has to be statically analyzable, i.e. Known at build time, not run time.
So we have to do the path.join inside of the main() function.
path.join
main()
The text was updated successfully, but these errors were encountered:
fix: inline path.join for brfs (#5)
4351d95
0b3ed86
Fixed in #4, needs a release though.
Sorry, something went wrong.
Fix released in v1.0.3.
v1.0.3
No branches or pull requests
because of this brfs issue: browserify/brfs#36
So we have to do the
path.join
inside of themain()
function.The text was updated successfully, but these errors were encountered: