You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__After I build with AMDclean, I am getting JavaScript errors. What gives?__
592
+
593
+
- There could be a couple of reasons:
594
+
595
+
* Make sure to set the Require.js `skipModuleInsertion` option to `true`. By default, Require.js creates a `define()` wrapper for files that are not wrapped in a `define()`. This can cause issues with AMDclean.
596
+
597
+
* Make sure you are not pointing to minified files when building with AMDclean. This will definitely cause issues.
598
+
599
+
* There may be a bug with AMDclean (I doubt it, but it is possible). Please report any issues and they will be fixed as soon as possible.
600
+
601
+
591
602
__Why should I use AMDclean instead of Browserify?__
592
603
593
604
- This is a loaded question. Here is a short list of pros/cons when using each library:
0 commit comments