Skip to content

Commit f59448d

Browse files
authored
Merge pull request #349 from emberjs/use-ember-modules
Introducing use-ember-modules flag
2 parents e0c5654 + 15bf413 commit f59448d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

features/use-ember-modules.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)