Chrome App CSP violation after Dart/Polymer transform/compile to JavaScript
Alright-- so there are a lot of similar questions regarding Polymer after dart2js . I am seemingly running into an issue that's specific to doing this but also running it as a Chrome app. I have discovered that the outcome varies depending on the order of the transformers (which is expected). Here's my results so far: transformers: - chrome - polymer: entry_points: web/example.html csp: true - $dart2js: csp: true This works great in browser but fails when run as a Chrome app. Error: Uncaught TypeError: Cannot read property 'apply' of undefined (in the example.html_bootstrap.dart.js file) From