mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
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.