Temp fix for CSS: Use style over a bundled file
This commit is contained in:
@@ -47,8 +47,8 @@ export default {
|
||||
svelte({
|
||||
dev,
|
||||
hydratable: true,
|
||||
emitCss: false,
|
||||
css: css => css.write('static/bundle.css'),
|
||||
emitCss: true,
|
||||
// css: css => css.write('static/bundle.css'),
|
||||
preprocess
|
||||
}),
|
||||
resolve({
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
<meta name="theme-color" content="#3C0576">
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
|
||||
<link rel="stylesheet" href="/bundle.css">
|
||||
|
||||
%sapper.base%
|
||||
%sapper.head%
|
||||
%sapper.styles%
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user