Skip to content

Fix asset upgrade error and build setup#81

Merged
guillaume-sainthillier merged 1 commit intomainfrom
claude/fix-asset-upgrade-error-011CUpqWSt1pkeQDUAxCLhwC
Nov 5, 2025
Merged

Fix asset upgrade error and build setup#81
guillaume-sainthillier merged 1 commit intomainfrom
claude/fix-asset-upgrade-error-011CUpqWSt1pkeQDUAxCLhwC

Conversation

@guillaume-sainthillier
Copy link
Member

The @tabler/core package structure changed in the newer version. The SCSS files are now located at @tabler/core/scss/ instead of @tabler/core/src/scss/. This was causing webpack to fail with "Can't find stylesheet to import" error.

Updated the import path in assets/scss/app.scss from: @import '@tabler/core/src/scss/core';

to:
@import '@tabler/core/scss/core';

Verified that both yarn dev and yarn build now compile successfully.

The @tabler/core package structure changed in the newer version.
The SCSS files are now located at @tabler/core/scss/ instead of
@tabler/core/src/scss/. This was causing webpack to fail with
"Can't find stylesheet to import" error.

Updated the import path in assets/scss/app.scss from:
@import '@tabler/core/src/scss/core';

to:
@import '@tabler/core/scss/core';

Verified that both yarn dev and yarn build now compile successfully.
@guillaume-sainthillier guillaume-sainthillier merged commit abb5c44 into main Nov 5, 2025
3 checks passed
@guillaume-sainthillier guillaume-sainthillier deleted the claude/fix-asset-upgrade-error-011CUpqWSt1pkeQDUAxCLhwC branch November 5, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants