All global variables undefined in browser

Has anyone ever run in to the problem of all global variables being undefined in the browser console when running meteor in local developement?

Meteor 1.3.2.4
Chrome 50.0.2661.94 (64-bit)

Are you using Modules?

Yep. I use react-tinymce npm package, which depend on tinymce being an available global constant.
I include tinymce via cdn link in , but nothing works and console error still occurs.

I just checked if original tinymce works or not. Nope. No errors occured, simply nothing works. I have no idead why.

This might be a possible solution.
Since i am using react, i removed blaze compiler package. I did not realised that it also compiles all html templates ie index.html. After installing static-html package my scripts were loading once again and i were able to use needed globals.