1
0
mirror of https://github.com/ascribe/onion.git synced 2025-02-14 21:10:27 +01:00
Brett Sun 274f149272 Make sure polyfill is loaded first by using import statement
ES6 `import` statements hoist their imports to the top of the file.
Using `require(‘babel/polyfill’)` actually loads the polyfill after the
other imports, causing errors.
2015-12-15 16:26:40 +01:00
..
2015-12-07 11:48:28 +01:00
2015-12-07 11:48:28 +01:00