Skip to content

Commit

Permalink
Merge pull request #55 from utopia-os/fix-rollup2
Browse files Browse the repository at this point in the history
fix(other): externalize rollup dependencies
  • Loading branch information
antontranelis authored Dec 4, 2024
2 parents bbaaa93 + 9acbbbe commit 81a9c90
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 81a9c90

Please sign in to comment.