{"ast":null,"code":"// This module is shared between NodeJS and babelled ES5\nvar isClient = Boolean(process.env.NODE_ENV);\nmodule.exports = {\n  '/': {\n    SyncComponent: isClient && require('./pages/index').default\n  },\n  '/404': {\n    SyncComponent: isClient && require('@patternfly/documentation-framework/pages/404/index').default,\n    title: '404 Error'\n  }\n};","map":{"version":3,"names":["isClient","Boolean","process","env","NODE_ENV","module","exports","SyncComponent","require","default","title"],"sources":["/Users/ausulliv/repos/temp/patternfly-react/packages/react-log-viewer/patternfly-docs/patternfly-docs.routes.js"],"sourcesContent":["// This module is shared between NodeJS and babelled ES5\nconst isClient = Boolean(process.env.NODE_ENV);\n\nmodule.exports = {\n  '/': {\n    SyncComponent: isClient && require('./pages/index').default\n  },\n  '/404': {\n    SyncComponent: isClient && require('@patternfly/documentation-framework/pages/404/index').default,\n    title: '404 Error'\n  }\n};\n"],"mappings":"AAAA;AACA,IAAMA,QAAQ,GAAGC,OAAO,CAACC,OAAO,CAACC,GAAR,CAAYC,QAAb,CAAxB;AAEAC,MAAM,CAACC,OAAP,GAAiB;EACf,KAAK;IACHC,aAAa,EAAEP,QAAQ,IAAIQ,OAAO,CAAC,eAAD,CAAP,CAAyBC;EADjD,CADU;EAIf,QAAQ;IACNF,aAAa,EAAEP,QAAQ,IAAIQ,OAAO,CAAC,qDAAD,CAAP,CAA+DC,OADpF;IAENC,KAAK,EAAE;EAFD;AAJO,CAAjB"},"metadata":{},"sourceType":"module"}