Commit 9574f3f
committed
Revert asset loading from Nova::mix() to Nova::script()
The switch to Nova::mix() in 5.0.1 requires a mix-manifest.json file
in the dist directory, which doesn't exist. This causes the field to
not render at all in index, detail, and form views.
Reverting to Nova::script() which directly loads the compiled JS file.
Fixes #1841 parent f87a6e9 commit 9574f3f
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments