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
When I use the loader in a project based on example provided I get following warnings.
WARNING in ./src/main/webapp/modules/dojo/_base/browser.js
Critical dependencies:
1:3-10 require function is used in a way in which dependencies cannot be statically extracted
2:1-8 require function is used in a way in which dependencies cannot be statically extracted
@ ./src/main/webapp/modules/dojo/_base/browser.js 1:3-10 2:1-8
WARNING in ./src/main/webapp/modules/dojo/_base/configRhino.js
Critical dependencies:
102:6-13 require function is used in a way in which dependencies cannot be statically extracted
@ ./src/main/webapp/modules/dojo/_base/configRhino.js 102:6-13
Does onyone else saw this warning?
The text was updated successfully, but these errors were encountered:
When I use the loader in a project based on example provided I get following warnings.
WARNING in ./src/main/webapp/modules/dojo/_base/browser.js
Critical dependencies:
1:3-10 require function is used in a way in which dependencies cannot be statically extracted
2:1-8 require function is used in a way in which dependencies cannot be statically extracted
@ ./src/main/webapp/modules/dojo/_base/browser.js 1:3-10 2:1-8
WARNING in ./src/main/webapp/modules/dojo/_base/configRhino.js
Critical dependencies:
102:6-13 require function is used in a way in which dependencies cannot be statically extracted
@ ./src/main/webapp/modules/dojo/_base/configRhino.js 102:6-13
Does onyone else saw this warning?
The text was updated successfully, but these errors were encountered: