Skip to content

Commit

Permalink
NXJS-135: add marshallers to prevent converting circular structure to…
Browse files Browse the repository at this point in the history
… JSON
  • Loading branch information
troger committed Jul 6, 2018
1 parent 05669d4 commit c58a9ec
Show file tree
Hide file tree
Showing 15 changed files with 10,437 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
presets: ['es2015'],
plugins: ['add-module-exports', 'transform-es2015-modules-commonjs', ['transform-es2015-for-of', { loose: true }]]
plugins: ['add-module-exports', 'transform-es2015-modules-commonjs', ['transform-es2015-for-of', { loose: true }], 'transform-object-rest-spread']
}
Loading

0 comments on commit c58a9ec

Please sign in to comment.