Skip to content

Commit

Permalink
load babel-polyfill only once, closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Dec 18, 2015
1 parent 1676f3f commit fec386d
Showing 1 changed file with 1 addition and 1 deletion.
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 fec386d

Please sign in to comment.