Actually lazy load swagger ui (#7067)

* switch to dynamic imports so that bundling doesn't include swagger-ui-dist in its vendor file

* remove ember-ajax

* delete comment

* update comment about lazy loading in the engine index.js
This commit is contained in:
Matthew Irish
2019-07-05 10:28:41 -05:00
committed by GitHub
parent 975db34faf
commit a640411471
5 changed files with 75 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
parser: 'babel-eslint',
root: true,
parserOptions: {
ecmaVersion: 2018,