mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-05 09:05:27 +00:00
Remove patch
This commit is contained in:
parent
59b25b151d
commit
2313580d1d
@ -13,14 +13,7 @@ const __filename = fileURLToPath(import.meta.url)
|
||||
const __dirname = path.dirname(__filename)
|
||||
|
||||
const aliasConfig = alias({
|
||||
entries: [
|
||||
{ find: '#types', replacement: path.resolve(__dirname, 'src/types') },
|
||||
// Patch for attr-accept to fix react-dropzone compatibility issue
|
||||
{
|
||||
find: 'attr-accept',
|
||||
replacement: path.resolve(__dirname, 'patches/react-dropzone/attr-accept.js'),
|
||||
},
|
||||
],
|
||||
entries: [{ find: '#types', replacement: path.resolve(__dirname, 'src/types') }],
|
||||
})
|
||||
|
||||
export default [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user