Skip to content

Commit

Permalink
externalize rollup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Nov 26, 2024
1 parent 0b17cdb commit 9acbbbe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default {
external: [
'react',
'react-dom',
'react-markdown',
'react/jsx-runtime',
'remark-breaks',
'leaflet',
'react-leaflet',
'react-toastify',
Expand All @@ -34,5 +37,16 @@ export default {
'prop-types',
'leaflet/dist/leaflet.css',
'@heroicons/react/20/solid',
'@heroicons/react/24/outline/ChevronRightIcon',
'@heroicons/react/24/outline',
'date-fns',
'@heroicons/react/24/outline/InformationCircleIcon',
'@heroicons/react/24/outline/QuestionMarkCircleIcon',
'@heroicons/react/24/outline/ChevronDownIcon',
'axios',
'react-image-crop',
'react-image-crop/dist/ReactCrop.css',
'react-colorful',
'leaflet.locatecontrol/dist/L.Control.Locate.css',
],
}

0 comments on commit 9acbbbe

Please sign in to comment.