How to add directive in ionic-starter-super

I’m using ionic-stater-super and created a directive. How do I declare this directive?

if I do,

    export function declarations() {
      return pages.concat(MyDirective);
    }

it breaks the production(–prod) build.

@max @danbucholtz