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.
2 parents e0c5654 + 15bf413 commit f59448dCopy full SHA for f59448d
1 file changed
features/use-ember-modules.js
@@ -0,0 +1,10 @@
1
+/* eslint-disable no-console */
2
+'use strict';
3
+
4
+module.exports = {
5
+ description:
6
+ 'Use the published ES modules in ember-source, instead of the legacy AMD bundles.',
7
+ url: 'https://github.com/emberjs/rfcs/pull/1101',
8
+ default: false,
9
+ since: '6.10.0',
10
+};
0 commit comments