Skip to content

Commit

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

This reverts commit bce4ba5.
  • Loading branch information
taylorotwell authored Nov 1, 2023
1 parent 6984680 commit 1be4ec1
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 31 deletions.

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

Large diffs are not rendered by default.

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

0 comments on commit 1be4ec1

Please sign in to comment.