This commit is contained in:
Pig Fang 2020-05-18 16:46:19 +08:00
parent 907d370b19
commit 1042de2f8f

View File

@ -100,11 +100,6 @@ class HeadComposer
'integrity' => 'sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=',
'crossorigin' => 'anonymous',
];
$links[] = [
'rel' => 'preload',
'as' => 'script',
'href' => $this->webpack->url('app.js'),
];
$links[] = ['rel' => 'stylesheet', 'href' => $this->webpack->url('style.css')];
$view->with('links', $links);
$view->with('inline_css', option('custom_css'));