From 2313580d1dad32e8e6e1955569d8156585c98364 Mon Sep 17 00:00:00 2001 From: Maximilian Harz Date: Tue, 10 Jun 2025 14:13:28 +0200 Subject: [PATCH] Remove patch --- rollup.config.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 7e032680..e739c2b1 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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 [