Temp fix for CSS: Use style over a bundled file

This commit is contained in:
2020-03-22 17:34:17 +01:00
parent 863b26da1c
commit 3d07c3e887
2 changed files with 3 additions and 3 deletions

View File

@@ -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({