Closed Daniel-Glucksman closed 8 years ago
In index.html
use system-csp-production.js
instead of system.js
Seems to work but now i get an error babelHelpers is not defined any ideas?
@EisenbergEffect @devteamexpress Any way I can reproduce this on my local machine?
@devteamexpress Are you compiling in the browser instead of ahead of time? I'm not sure why you would get a babel helpers error otherwise.
I included babel helpers manually and everything works now fine. I am using JSPM version 0.16.25
I generated two bundle files and attempted to deploy them on Amazon S3. I modified the config.js file to point to the location but i was hit with a cors exception. Even after enabling cors support on my bucket it still failed presumably because it doesn't send the necessary cors request headers.