Skip to content

Commit

Permalink
Fixes RelatedEntries is not loaded after migrating from mix to vite (#…
Browse files Browse the repository at this point in the history
…1401)

* Fixes RelatedEntries is not loaded after migrating from mix to vite

fixes #1400

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* Compile Assets

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
Co-authored-by: crynobone <[email protected]>
  • Loading branch information
crynobone and crynobone authored Nov 1, 2023
1 parent c68e112 commit bce4ba5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 30 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"resources/js/app.css": {
"file": "assets/app-078b96bc.css",
"file": "assets/app-f8c5418d.css",
"src": "resources/js/app.css"
},
"resources/js/app.js": {
"css": [
"assets/app-078b96bc.css"
"assets/app-f8c5418d.css"
],
"file": "assets/app-f966f027.js",
"file": "assets/app-2db9fc88.js",
"isEntry": true,
"src": "resources/js/app.js"
},
Expand Down
1 change: 1 addition & 0 deletions resources/js/components/RelatedEntries.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script type="text/ecmascript-6">
import _ from 'lodash';
import StylesMixin from './../mixins/entriesStyles';
Expand Down

0 comments on commit bce4ba5

Please sign in to comment.