And upon loading the :none optimized page, get the following spew in the js console:
Uncaught TypeError: Object #<Object> has no method 'define' functions.js:277
Uncaught TypeError: Object #<Object> has no method 'define' log.js:34
goog.require could not find: goog.debug.errorHandlerWeakDep base.js:349
Uncaught Error: goog.require could not find: goog.debug.errorHandlerWeakDep base.js:353
Uncaught TypeError: Object #<Object> has no method 'define' promise.js:169
Uncaught Error: Namespace "goog.dom.NodeType" already declared. base.js:114
goog.require could not find: goog.events.EventWrapper base.js:349
Uncaught Error: goog.require could not find: goog.events.EventWrapper base.js:353
Uncaught TypeError: Object #<Object> has no method 'define' bidi.js:37
Uncaught TypeError: Object #<Object> has no method 'getUniqueId' websocket.js:160
Uncaught Error: No *print-fn* fn set for evaluation environment core.cljs:26
Uncaught TypeError: Property 'getNextReconnect_' of object [object Object] is not a function websocket.js:95
I'm trying a very basic hello world using
And upon loading the :none optimized page, get the following spew in the js console: