Skip to content

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

@raisbinuli

Description

@raisbinuli

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'
],
})
]
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions