()
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…