ember-fastboot / ember-cli-fastboot

Server-side rendering for Ember.js apps
http://ember-fastboot.com/
MIT License
851 stars 160 forks source link

fix json stringify in fastboot-config #929

Closed mansona closed 10 months ago

mansona commented 10 months ago

In https://github.com/ember-fastboot/ember-cli-fastboot/pull/410 we swapped JSON.stringify with https://www.npmjs.com/package/json-stable-stringify but didn't update the args that we passed to it. With a recent release this broke something because passing null as the second argument is invalid

This PR fixes that 👍