Farhan Malhi
Farhan Malhi
(clearly describe the functionality you think CRACO should have) this is the config ``` const { theme } = require('antd/lib'); const { convertLegacyToken } = require('@ant-design/compatible/lib'); const { defaultAlgorithm, defaultSeed...
this is my host-app configuration federation({ name: 'host-app', filename: 'remoteEntry.js', remotes: { remote: 'http://localhost:3002/assets/remoteEntry.js' }, shared: ['react', 'react-dom', '@lin/tools-component-library'] }) and this is my remote app configuration plugins: [ ...,...