UNPKG

@mbarde/volto-image-crop-widget

Version:

Volto add-on: Extends Voltos FileWidget to be able to crop images in-place.

18 lines (16 loc) 328 B
module.exports = function (api) { api.cache(true); const presets = ['razzle/babel']; const plugins = [ [ 'react-intl', // React Intl extractor, required for the whole i18n infrastructure to work { messagesDir: './build/messages/', }, ], ]; return { plugins, presets, }; };