MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / _initDefaultBabelOptions

Function _initDefaultBabelOptions

lib/models/addon.js:310–318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 },
309
310 _initDefaultBabelOptions() {
311 this.options = defaultsDeep(this.options, {
312 babel: {},
313 });
314
315 this.options['ember-cli-babel'] = defaultsDeep(this.options['ember-cli-babel'], {
316 compileModules: true,
317 });
318 },
319
320 /**
321 * Find an addon of the current addon.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…