2
0

🐛 Fix nextjs package broken dynamic import

This commit is contained in:
Baptiste Arnaud
2024-07-15 16:06:12 +02:00
parent 8e15472e82
commit 2a5fb14726
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ const indexConfig = {
dir: './dist',
format: 'es',
},
external: ['next/dynamic', 'react', 'react/jsx-runtime'],
external: ['next/dynamic.js', 'react', 'react/jsx-runtime'],
watch: {
clearScreen: false,
},