Skip to content

Commit 15bf413

Browse files
committed
Introducing use-ember-modules flag
1 parent e0c5654 commit 15bf413

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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)