[SOLVED] Meteor 1.3 debug package

Hello, yesterday I updated to Meteor 1.3 and now the server side debugging isn’t working. I use Webstorm for this and have found that the packages get bundled up into one big “packagename.js” file. I found out by pressing the pauze button and looking at the call stack. Because these bundled files are run, the code at the breakpoints I set in the original .js files aren’t executed. How can I keep the packages from being bundled, or put breakpoints in this bundled file?

Thanks in advance.

Not sure if this includes the server, but try updating to 1.3.2

1 Like

Thanks, it now works in 1.3.2_3