leafcutter-common build fixes
This commit is contained in:
parent
85d91fc8bf
commit
aab5b7f5d5
3 changed files with 2 additions and 16 deletions
|
|
@ -7,7 +7,6 @@ export { About } from "./components/About";
|
||||||
export { FAQ } from "./components/FAQ";
|
export { FAQ } from "./components/FAQ";
|
||||||
export { Tooltip } from "./components/Tooltip";
|
export { Tooltip } from "./components/Tooltip";
|
||||||
export { Preview } from "./components/Preview";
|
export { Preview } from "./components/Preview";
|
||||||
export { Setup } from "../../apps/leafcutter/app/(main)/setup/_components/Setup";
|
|
||||||
export { GettingStartedDialog } from "./components/GettingStartedDialog";
|
export { GettingStartedDialog } from "./components/GettingStartedDialog";
|
||||||
export { VisualizationDetail } from "./components/VisualizationDetail";
|
export { VisualizationDetail } from "./components/VisualizationDetail";
|
||||||
export const locales = {
|
export const locales = {
|
||||||
|
|
|
||||||
|
|
@ -24,19 +24,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": ["**.d.ts", "**/*.ts", "**/*.tsx", "**/*.png, **/*.svg"],
|
||||||
"**.d.ts",
|
|
||||||
"**/*.ts",
|
|
||||||
"**/*.tsx",
|
|
||||||
"**/*.png, **/*.svg",
|
|
||||||
"components/AppProvider.tsx",
|
|
||||||
"../../apps/leafcutter/app/_components/LanguageSelect.tsx",
|
|
||||||
"../../apps/leafcutter/app/_components/MultiProvider.tsx",
|
|
||||||
"../../apps/leafcutter/app/_components/Sidebar.tsx",
|
|
||||||
"../../apps/leafcutter/app/(main)/setup/_components/Setup.tsx",
|
|
||||||
"../../apps/leafcutter/app/_components/InternalLayout.tsx",
|
|
||||||
"../../apps/leafcutter/app/_components/TopNav.tsx",
|
|
||||||
"../../apps/leafcutter/app/_components/AccountButton.tsx"
|
|
||||||
],
|
|
||||||
"exclude": ["node_modules", "babel__core"]
|
"exclude": ["node_modules", "babel__core"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue