-
Notifications
You must be signed in to change notification settings - Fork 922
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
Support AMD / RequireJS #40
Comments
Any interest in helping us try something out? :) The tool was built for ESM top-level dependencies, with a goal of supporting any CommonJS/AMD/RequireJS transitive/sub- dependencies. So if this is a sub-dependency of your project, it should just work. If you want to rely on this non-ESM file directly, you just have to add the exact file path to your whitelist. Something like:
Can you try that out and let me know how it works? AMD/UMD were never meant to be supported, but because they have no |
I tried adding this:
but it makes no difference. |
can you share your entire |
Sure, it's here: https://github.com/advanced-rest-client/arc-electron/blob/develop/package.json#L269 Also, my comment was supposed to be added to this issue: PolymerElements/marked-element#100 |
🚚 This issue has been moved! Continue the discussion on our project discussion board: |
I can read that you support CommonJS modules, but what about AMD / RequireJS? Could you transform them as well? Example: knockout-jqautocomplete.
The text was updated successfully, but these errors were encountered: