UNPKG

google-maps-drawing-tools

Version:
20 lines (15 loc) 459 B
'use strict'; const path = require('path'); module.exports = { name: 'google-maps-drawing-tools', setupPreprocessorRegistry(type, registry) { if (type === 'self') { this.treePaths.addon = path.resolve(__dirname, 'dist', 'modules', 'src'); registry.add('js', { name: 'babel-with-app-settings', ext: 'js', toTree: tree => this.project.findAddonByName('ember-cli-babel').transpileTree(tree) }); } } };