PERF: Update ember-auto-import (#15814)

This makes a small improvement to 'cold cache' ember-cli build times, and a large improvement to 'warm cache' build times

The ember-auto-import update means that vendor is now split into multiple files for efficiency. These are named `chunk.*`, and should be included immediately after the `vendor.js` file. This commit also updates the rails app to render script tags for these chunks
This commit is contained in:
David Taylor
2022-02-04 11:00:51 +00:00
committed by GitHub
parent f3467ee673
commit f4c6a61855
13 changed files with 1737 additions and 120 deletions

View File

@@ -15,9 +15,10 @@
"start": "ember serve"
},
"dependencies": {
"ember-auto-import": "^1.5.3",
"ember-auto-import": "^2.2.4",
"ember-cli-babel": "^7.13.0",
"ember-cli-htmlbars": "^4.2.0"
"ember-cli-htmlbars": "^4.2.0",
"webpack": "^5.67.0"
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",