UNPKG

153 BJavaScriptView Raw
1module.exports = () => {
2 return [
3 require.resolve('babel-plugin-filter-imports'),
4 { imports: { 'ember-babel': ['_classCallCheck'] } },
5 ];
6};