Skip to content

Commit 9099ed4

Browse files
committed
Update Limax
Limax 4.2 is now an ESModule
1 parent 06a89a6 commit 9099ed4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
> This file contains the changelog of the Skeleton itself. You should replace it with your own Changelog!
1010
1111
## [6.0.0-beta.6](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.5...6.0.0-beta.6)
12-
- No changes
12+
- Remove Limax from optimizeDeps
1313

1414
## [6.0.0-beta.5](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.4...6.0.0-beta.5)
1515
- Update Docker setup (@ssnukala)

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ export default defineConfig({
4343
}
4444
}
4545
},
46-
// Force optimization of UiKit and limax (not module packages) in dev mode
46+
// Force optimization of UiKit (not module packages) in dev mode
4747
// to avoid the error:
4848
// "importing binding name 'default' cannot be resolved by star export entries"
4949
// Also, treat all sprinkles as source code (not prebuilt) and tell Vite
5050
// not to prebundle them.
5151
optimizeDeps: {
52-
include: ['uikit', 'uikit/dist/js/uikit-icons', 'limax'],
52+
include: ['uikit', 'uikit/dist/js/uikit-icons'],
5353
exclude: [
5454
'@userfrosting/sprinkle-core',
5555
'@userfrosting/sprinkle-account',

0 commit comments

Comments
 (0)