public static function includeFile($file)
    {
        if (static::$prod) {
            return include static::phpFile(preg_replace('#(\.sbp)?(\.php)?$#', '', $file));
        }