Two layer files from now on 3.22 and 4.4
steveoh opened this issue · 3 comments
steveoh commented
build layer throws:
Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src * 'unsafe-inline'".
https://github.com/Esri/jsapi-resources/blob/master/3.x/bower/dojo/build.profile.js#L86-L124
stdavis commented
Not clear on what the problem is. Are you getting that error message from master? Is separating out the vector tiles stuff into a separate package the solution?
steveoh commented
since [esri] loads
dojo/dojo.js
in the workers ... this makes suredojo/dojo
won’t try to load app deps and go wonky