Fix tabler icons load (#10782)
As per https://github.com/tabler/tabler-icons/issues/1233#issuecomment-2428245119
This commit is contained in:
@ -168,6 +168,9 @@ export default defineConfig(({ command, mode }) => {
|
||||
resolve: {
|
||||
alias: {
|
||||
path: 'rollup-plugin-node-polyfills/polyfills/path',
|
||||
// https://github.com/twentyhq/twenty/pull/10782/files
|
||||
// This will likely be migrated to twenty-ui package when built separately
|
||||
'@tabler/icons-react': '@tabler/icons-react/dist/esm/icons/index.mjs',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user