javascript - export requirejs application as a module for use in third party require application -
I need the module with dependencies.
  define (['dep1', '  I need third party requirements in a single file to be used as a single file Use RJS Optimizer to bring all dependencies including Shim in.
  is required (['myCompiledModule'], function (MyModule) {var module = new MyModule (); module Init ();});   The adapter can be used in such a way that such a module is needed?
In the scan, I am using the following options in my grandfather:
  Option: {baseUrl: '    
 
  
Comments
Post a Comment