🐛 Fix nextjs package broken dynamic import
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user