mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Load app.js via bundled resources
This commit is contained in:
parent
ade2ca8178
commit
a35ca97b3e
109
public/build/assets/app-01291e40.js
vendored
Normal file
109
public/build/assets/app-01291e40.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
public/build/assets/app-253efa47.js
vendored
9
public/build/assets/app-253efa47.js
vendored
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@
|
||||
]
|
||||
},
|
||||
"resources/js/app.js": {
|
||||
"file": "assets/app-253efa47.js",
|
||||
"file": "assets/app-01291e40.js",
|
||||
"imports": [
|
||||
"_index-08e160a7.js",
|
||||
"__commonjsHelpers-725317a4.js"
|
||||
|
3
resources/js/app.js
vendored
3
resources/js/app.js
vendored
@ -10,6 +10,9 @@
|
||||
|
||||
import axios from 'axios';
|
||||
import cardValidator from 'card-validator';
|
||||
import { Livewire } from '../../vendor/livewire/livewire/dist/livewire.esm'
|
||||
|
||||
Livewire.start()
|
||||
|
||||
window.axios = axios;
|
||||
window.valid = cardValidator;
|
||||
|
@ -67,8 +67,6 @@
|
||||
<link rel="canonical" href="{{ config('ninja.site_url') }}/{{ request()->path() }}"/>
|
||||
|
||||
|
||||
@livewireStyles
|
||||
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
||||
|
@ -90,7 +90,6 @@
|
||||
</style>
|
||||
@endif
|
||||
|
||||
@livewireStyles
|
||||
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
@ -96,7 +96,6 @@
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
||||
@livewireStyles
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('vendor/cookieconsent@3/cookieconsent.min.css') }}" defer>
|
||||
</head>
|
||||
|
@ -93,7 +93,7 @@
|
||||
</style>
|
||||
@endif
|
||||
|
||||
@livewireStyles
|
||||
|
||||
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
@ -83,7 +83,7 @@
|
||||
{{-- Feel free to push anything to header using @push('header') --}}
|
||||
@stack('head')
|
||||
|
||||
@livewireStyles
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('vendor/cookieconsent@3/cookieconsent.min.css') }}" />
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user