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

js library was loaded but it didn't triggered (trumbowyg-form, select2) #163

Open
raisbinuli opened this issue Oct 31, 2024 · 0 comments
Open

Comments

@raisbinuli
Copy link

raisbinuli commented Oct 31, 2024

image

I need to refresh the browser to make the libraries work

image

Is there something I missed?

Here is my vite config :

import { defineConfig } from 'vite'
import laravel from 'laravel-vite-plugin'

export default defineConfig({
plugins: [
laravel({
input : [
'resources/sass/app.scss',
'resources/sass/admin.scss',
'resources/js/app.js',
'resources/js/admin.js',
'resources/js/admin_post.js'
],
})
]
})

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

No branches or pull requests

1 participant