NPM Build Utilities @ 0.1.3
    Preparing search index...

    Function IGNORE_COMPILED

    • Compiled files to ignore.

      Parameters

      Returns string[]

      0.1.0-alpha

              export const IGNORE_COMPILED = ( stage: Stage ) => [
      stage.getDistDir().replace( /\/$/g, '' ) + '/**',
      stage.getDistDir( 'docs' ).replace( /\/$/g, '' ) + '/**',
      stage.getDistDir( 'scss' ).replace( /\/$/g, '' ) + '/**',
      ];