When i start the app in debug mode studio always breaks at line 2 in moment.js at the line:
"function" == typeof define && define.amd ? define([ "moment" ], factory) : "object" == typeof exports ? module.exports = factory(require("../moment")) : factory(window.moment);Can you shine light on this mystery?