We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb060e3 commit 5ed5ea4Copy full SHA for 5ed5ea4
1 file changed
vite.config.js
@@ -37,4 +37,9 @@ export default defineConfig({
37
},
38
39
40
+ // Force optimization of UiKit in dev mode to avoid to avoid the error:
41
+ // "importing binding name 'default' cannot be resolved by star export entries"
42
+ optimizeDeps: {
43
+ include: ['uikit', 'uikit/dist/js/uikit-icons'],
44
+ }
45
})
0 commit comments