mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 14:57:46 +01:00
perf: ⚡ Importa jQuery Slim invece della versione completa
This commit is contained in:
parent
1f766b3495
commit
f6debece8c
2
resources/js/app.js
vendored
2
resources/js/app.js
vendored
@ -4,7 +4,7 @@ import './_material';
|
||||
import {InertiaProgress} from '@inertiajs/progress';
|
||||
import {createInertiaApp} from '@maicol07/inertia-mithril';
|
||||
import {waitUntil} from 'async-wait-until';
|
||||
import jQuery from 'jquery';
|
||||
import jQuery from 'jquery/dist/jquery.slim.min';
|
||||
import m from 'mithril';
|
||||
|
||||
// Fix Mithril JSX durante la compilazione
|
||||
|
Loading…
x
Reference in New Issue
Block a user