feat: provide usable UMD builds for all packages (#2141)

This commit is contained in:
Tony Alves
2019-03-16 15:44:29 -07:00
committed by Shawn Erquhart
parent 1d935c704d
commit 82cc7941cc
89 changed files with 1025 additions and 712 deletions

View File

@ -1,5 +1,6 @@
import withFileControl from './withFileControl';
import previewComponent from './FilePreview';
export { withFileControl };
export const FileControl = withFileControl();
export FilePreview from './FilePreview';
const controlComponent = withFileControl();
export const NetlifyCmsWidgetFile = { controlComponent, previewComponent, withFileControl };
export { controlComponent, previewComponent, withFileControl };