mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
fix incorrect path to formats js file
This commit is contained in:
@ -5,7 +5,7 @@ export default defineConfig({
|
|||||||
plugins: [
|
plugins: [
|
||||||
laravel({
|
laravel({
|
||||||
input: [
|
input: [
|
||||||
'resources/css/formats.js',
|
'resources/js/formats.js',
|
||||||
'resources/js/app.js',
|
'resources/js/app.js',
|
||||||
'resources/js/forgotten.js',
|
'resources/js/forgotten.js',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user