Meteor.startup(function () { const bpc = Package["browser-policy-content"]; const BP = bpc && bpc.BrowserPolicy; const BPc = BP && BP.content; if (BPc) { // The ability to evaluate new code is essential for loading dynamic // modules. Without eval, we would be forced to load modules using //