File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,15 @@ export default {
2626 return mergeConfig ( config , {
2727 resolve : {
2828 conditions : [ "source" ] ,
29+ dedupe : [
30+ "react" ,
31+ "react-dom" ,
32+ "@macrostrat/ui-components" ,
33+ "@macrostrat/column-components" ,
34+ "@macrostrat/mapbox-react" ,
35+ "@macrostrat/map-interface" ,
36+ "@macrostrat/column-views" ,
37+ ] ,
2938 } ,
3039 optimizeDeps : {
3140 exclude : [ "node_modules/.cache/storybook" ] ,
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ export const decorators = [
6363export const tags = [ "autodocs" ] ;
6464
6565export function resolvePattern ( id : string ) {
66+ console . log ( "Resolving pattern for id:" , id ) ;
6667 return `https://dev.macrostrat.org/assets/geologic-patterns/svg/${ id } .svg` ;
6768}
6869
You can’t perform that action at this time.
0 commit comments