You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading dynamic styles into a bundle creates weird imports in the application head file. When loading the bundle in an external application it causes an import("./index-XXX.js") error on version 5.2.11 everything worked.
How to deal with the error? Or what i have to do to fix it?
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
rpiechowicz
changed the title
5.3.2 dynamic css import could not resolve "./index-XXX.js"
[Bug Report] 5.3.2 dynamic css import could not resolve "./index-XXX.js"
Jul 1, 2024
Describe the bug
Loading dynamic styles into a bundle creates weird imports in the application head file. When loading the bundle in an external application it causes an
import("./index-XXX.js")
error on version 5.2.11 everything worked.How to deal with the error? Or what i have to do to fix it?
components-ui lib
components-ui js
using lib in app
Reproduction
no rep
Steps to reproduce
No response
System Info
System: OS: macOS 14.5 CPU: (11) arm64 Apple M3 Pro Memory: 148.52 MB / 18.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.14.0 - /usr/local/bin/node npm: 10.8.1 - /usr/local/bin/npm pnpm: 9.4.0 - ~/Library/pnpm/pnpm Browsers: Safari: 17.5
Used Package Manager
pnpm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: