We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cd04d commit 79c6639Copy full SHA for 79c6639
ember-cli-build.js
@@ -4,7 +4,7 @@ const path = require('path');
4
5
const EmberApp = require('ember-cli/lib/broccoli/ember-app');
6
7
-/*
+/*
8
Map over filenames in order to help generate the prembered
9
URLs for the individual deprecation article pages.
10
Their URL is something like `/id/project.bower-dependencies`
@@ -30,6 +30,7 @@ module.exports = function (defaults) {
30
'/ember/v1.x',
31
'/ember-data/v2.x',
32
'/ember-data/v3.x',
33
+ '/ember-data/v4.x',
34
'/ember-cli/v2.x',
35
'/ember-cli/v4.x',
36
...getDeprecationFilenames(),
0 commit comments