fix(xapi/index): work around Babel T2877

This commit is contained in:
Julien Fontanet 2016-06-21 11:15:24 +02:00
parent 0655628073
commit 489e9fce27

View File

@ -108,7 +108,9 @@ const put = (stream, {
// =================================================================== // ===================================================================
export * from './utils' // FIXME: remove this work around when fixed, https://phabricator.babeljs.io/T2877
// export * from './utils'
require('lodash.assign')(module.exports, require('./utils'))
// VDI formats. (Raw is not available for delta vdi.) // VDI formats. (Raw is not available for delta vdi.)
export const VDI_FORMAT_VHD = 'vhd' export const VDI_FORMAT_VHD = 'vhd'