amdclean
amdclean copied to clipboard
Non-AMD module not included in the AMDClean output
Hi , I am trying to use amdclean for my javascript library. I have written this library using requirejs where,
Module foo is using Non-AMD javascript specifically a closure (Example: bar.js).
I have used requirejs Shim API to load bar.js within foo module.
Now AMDClean output file is not containing any code related to bar.js file and output just has code related to foo module.
How can I get the combined output?
Thanks in advance.
@gfranko your suggestion please?
Could you please add more information, preferable a minimal test case to reproduce your problem?