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
It looks like aliasify looks for require calls but split-require uses splitRequire(str, fn) so, of course, the aliases aren't recognized.
aliasify
require
split-require
splitRequire(str, fn)
Related issue: goto-bus-stop/split-require#12
Repo to test: https://github.com/alterx/choo-browserify-beaker-starter/blob/8dafff279ce75f536dff4bbc5d80c0d7bb797c42/index.js#L21-L31
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like
aliasify
looks forrequire
calls butsplit-require
usessplitRequire(str, fn)
so, of course, the aliases aren't recognized.Related issue:
goto-bus-stop/split-require#12
Repo to test:
https://github.com/alterx/choo-browserify-beaker-starter/blob/8dafff279ce75f536dff4bbc5d80c0d7bb797c42/index.js#L21-L31
The text was updated successfully, but these errors were encountered: