diff --git a/src/index.js b/src/index.js index 8124be3..487cd0a 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,9 @@ // import polyfills first import './polyfill'; +// Mixin the deprecations +import './deprecation'; + // export lib import * as accessibility from './accessibility'; import * as extract from './extract'; @@ -25,9 +28,6 @@ prepare, }; -// Mixin the deprecations -import './deprecation'; - /** * A premade instance of the loader that can be used to loader resources. *