Skip to content

Commit

Permalink
Merge pull request #4 from jgillich/patch-1
Browse files Browse the repository at this point in the history
load babel-polyfill only once
  • Loading branch information
daffl committed Dec 18, 2015
2 parents 1676f3f + 3d105c9 commit b60d3c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added db.sqlite-journal
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('babel-polyfill');
if(!global._babelPolyfill) { require('babel-polyfill'); }

import Proto from 'uberproto';
import filter from 'feathers-query-filters';
Expand Down

0 comments on commit b60d3c6

Please sign in to comment.