aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

Unbundle error similar to #75 #99

Closed tonybravano closed 8 years ago

tonybravano commented 8 years ago

I have the exact error shown in #75., I have Node 5.6, VS 2015, Aurelia beta 1.1.6. I tried jspm update. Nothing helped. This is straight skeleton code and no customizations. Any guidance is appreciated.

doktordirk commented 8 years ago

That.S an npm/node thing, not jspm. Mabe try npm install aurelia-bundler or so to get the last Version there

tonybravano commented 8 years ago

I just ran npm install aurelia-bundler. Still the same.

tonybravano commented 8 years ago

This fixed it, var ctx = vm.createContext(sandbox); vm.runInContext(cfgCode, ctx); // I changed the second parameter from sandbox to ctx return sandbox.System.cfg;

The update still had this line in config-serializer