Viewing 1 replies (of 1 total)
  • Plugin Author Collins Agbonghama

    (@collizo4sky)

    Requirejs is a module loader which we use to bundle and transpile our javascript file written in AMD format for the browser.

    We use SCRIPT_DEBUG set to true for development with only mailoptin plugin activated. if other plugins are active, it conflicts with requirejs.

    Note: when SCRIPT_DEBUG is false which is correct for production/live website, requirejs is not loaded, instead our bundled and minified mailoptin.min.js script is loaded instead.

    As you may have noticed, this is different from WP_Debug and PHP warnings/notices error which indicates there is an underlying problem that has to be fixed.

Viewing 1 replies (of 1 total)
  • The topic ‘Uncaught Error: Mismatched anonymous define() module’ is closed to new replies.