fix(website): fix code splitting

This commit is contained in:
Brandon Millman
2018-11-05 12:59:10 -08:00
parent df8fd36c94
commit 3b421ef796
24 changed files with 34 additions and 32 deletions

View File

@@ -2,7 +2,7 @@ import { DocAgnosticFormat, GeneratedDocJson } from '@0x/react-docs';
import { fetchAsync, logUtils } from '@0x/utils';
import * as _ from 'lodash';
import { S3FileObject, VersionToFilePath } from 'ts/types';
import convert = require('xml-js');
import convert from 'xml-js';
export const docUtils = {
async getVersionToFilePathAsync(s3DocJsonRoot: string, folderName: string): Promise<VersionToFilePath> {