I'm trying to do a
sencha app build
in my project - but it uses "BroadcastChannel" and i'm getting a build error :
== Unhandled Error ==
ReferenceError: Can'''t find variable: BroadcastChannel
file:[.Stuff.]/PopupWindowWithComms.js:11 in global code
[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExProcess: phantomjs process exited with code 2
[ERR] at su
[ERR] n.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERR]
[ERR] Total time: 28 seconds
[ERR] C:UsersmikeinSenchaCmd7.3.1.27plugin.xml:333: The following error occurred while executing this line:
C:UsersmikeinSenchaCmd7.3.1.27antuildappuild-impl.xml:341: The following error occurred while executing this line:
C:UsersmikeinSenchaCmd7.3.1.27antuildappslice-impl.xml:378: The following error occurred while executing this line:
C:UsersmikeinSenchaCmd7.3.1.27antuildappslice-impl.xml:379: The following error occurred while executing this line:
C:UsersmikeinSenchaCmd7.3.1.27antuildappslice-impl.xml:220: com.sencha.exceptions.ExProcess: phantomjs process exited with code 2
(If I do a sencha app build development - its fine..)
Is there any way to get it to accept thats just an available global variable ?
I've tried
/*globals
BroadcastChannel
*/
just on the offchance, but that doesnt seem to help
question from:
https://stackoverflow.com/questions/65888690/how-do-i-get-extjs-to-build-with-external-variables 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…