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 dca4c00 commit 7cb9df1Copy full SHA for 7cb9df1
addon/rollup.config.mjs
@@ -30,11 +30,14 @@ export default {
30
// present in @ember/addon-blueprint
31
//
32
// We can delete these entries when we update the blueprint
33
- '-internal/is-promise',
34
- '-internal/debug-info-helpers',
35
- '-internal/test-metadata',
36
- '-internal/warnings',
37
- '-internal/deprecations',
+ '-internal/debug-info.js',
+ '-internal/debug-info-helpers.js',
+ '-internal/deprecations.js',
+ '-internal/is-promise.js',
+ '-internal/test-metadata.js',
38
+ '-internal/warnings.js',
39
+ 'dom/-logging.js',
40
+ 'settled.js',
41
]),
42
43
// Follow the V2 Addon rules about dependencies. Your code can import from
0 commit comments