Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style.min.css auto import giving error. #2

Closed
shambhu384 opened this issue Sep 6, 2024 · 1 comment
Closed

style.min.css auto import giving error. #2

shambhu384 opened this issue Sep 6, 2024 · 1 comment
Assignees
Labels

Comments

@shambhu384
Copy link

"./node_modules/@symfony/stimulus-bridge/dist/webpack/loader.js!./assets/controllers.json" contains a reference to the file "@mezcalito/ux-filemanager/dist/style.min.css".
This file can not be found, please check it for typos or update it if the file got moved.

Thank you for creating wonderful filemanager.

@loicsapone loicsapone self-assigned this Sep 6, 2024
loicsapone added a commit that referenced this issue Sep 6, 2024
@loicsapone
Copy link
Member

Hi @shambhu384, thanks for your issue!

It's fixe and include in a new release https://github.com/Mezcalito/ux-filemanager/releases/tag/0.1.2
You can try to reinstall the package in your application or update the auto import path in your application like this:

{
    "controllers": {
        ...
        "@mezcalito/ux-filemanager": {
            "filemanager": {
                "enabled": true,
                "fetch": "eager",
                "autoimport": {
-                   "@mezcalito/ux-filemanager/dist/style.min.css": true
+                   "@mezcalito/ux-filemanager/dist/styles.min.css": true
                }
            }
        },
        ...
    },
    "entrypoints": []
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants