We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08538ca commit d197631Copy full SHA for d197631
config/targets.js
@@ -16,4 +16,5 @@ if (isCI || isProduction) {
16
17
module.exports = {
18
browsers,
19
+ node: 'current',
20
};
package.json
@@ -56,7 +56,7 @@
56
"ember-cli-deploy-gzip": "^1.0.0",
57
"ember-cli-deprecation-workflow": "^1.0.1",
58
"ember-cli-document-title-northm": "^1.0.3",
59
- "ember-cli-fastboot": "^2.0.0",
+ "ember-cli-fastboot": "^3.3.2",
60
"ember-cli-htmlbars": "^5.7.1",
61
"ember-cli-inject-live-reload": "^2.0.2",
62
"ember-cli-meta-tags": "^5.1.0",
@@ -109,6 +109,7 @@
109
"minimist": "^1.2.6",
110
"normalize.css": "^8.0.1",
111
"npm-run-all": "^4.1.5",
112
+ "prember": "^1.1.1",
113
"prettier": "^2.2.1",
114
"qunit": "^2.16.0",
115
"qunit-dom": "^1.6.0",
0 commit comments