Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
617 views
in Technique[技术] by (71.8m points)

phantomjs - How do I get ExtJS to build with external variables

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...