mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Add integrity things to JS things.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import {defineConfig} from 'vite';
|
||||
import laravel from 'laravel-vite-plugin';
|
||||
|
||||
|
||||
import fs from 'fs';
|
||||
|
||||
import manifestSRI from 'vite-plugin-manifest-sri';
|
||||
|
||||
const host = '127.0.0.1';
|
||||
|
||||
@@ -15,8 +12,8 @@ export default defineConfig({
|
||||
'resources/assets/v2/dashboard.js',
|
||||
],
|
||||
refresh: true,
|
||||
|
||||
}),
|
||||
manifestSRI(),
|
||||
],
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user