UNPKG

@codesyntax/volto-maplibre-block

Version:

volto-maplibre-block: Volto add-on to use maplibre mapping library in Volto

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