-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot find module external dependency #16
Comments
Looks like pure-cjs is looking for external dependency to be present in node_modules. It seems not required for me since this dependency is eventually not gonna be included in build file. |
I run into the same kind of issues. |
Because |
Oh I understand now.. Thank you for your short answer. |
Sorry about these critics, I still really like pure-cjs. Best compromise I found. Great work! Thank you. |
Unfortunately no, because actual source file is determined by |
OK I see. In my opinion, it still think it could be great if this could be disabled (it could mean not associating for sub modules). external: {
mylib: { global: 'mylib', amd: 'mylib', checkSub: false }
} In that case no need to look for the |
Hi,
Im keep getting error with external dependencies.
My best guess is that it is related someway to folder structure and not using relative
as example I have
when I try to run command both from node root or cmd
or if from node as gulp task
Can you help with this? Running without externals work well for me.
The text was updated successfully, but these errors were encountered: