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({
|
||||
|
||||
Reference in New Issue
Block a user