mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Merge pull request #55 from utopia-os/fix-rollup2
fix(other): externalize rollup dependencies
This commit is contained in:
commit
81a9c9023f
@ -21,6 +21,9 @@ export default {
|
|||||||
external: [
|
external: [
|
||||||
'react',
|
'react',
|
||||||
'react-dom',
|
'react-dom',
|
||||||
|
'react-markdown',
|
||||||
|
'react/jsx-runtime',
|
||||||
|
'remark-breaks',
|
||||||
'leaflet',
|
'leaflet',
|
||||||
'react-leaflet',
|
'react-leaflet',
|
||||||
'react-toastify',
|
'react-toastify',
|
||||||
@ -34,5 +37,16 @@ export default {
|
|||||||
'prop-types',
|
'prop-types',
|
||||||
'leaflet/dist/leaflet.css',
|
'leaflet/dist/leaflet.css',
|
||||||
'@heroicons/react/20/solid',
|
'@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',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user