First working example with Svelte (the menu icon shows up on entering the game)
This commit is contained in:
@@ -60,7 +60,8 @@ module.exports = {
|
||||
noPreserveState: false,
|
||||
optimistic: true,
|
||||
},
|
||||
preprocess: SveltePreprocess({
|
||||
// FIXME: SveltePreprocess does not work here
|
||||
/*preprocess: SveltePreprocess({
|
||||
scss: true,
|
||||
sass: true,
|
||||
postcss: {
|
||||
@@ -68,7 +69,7 @@ module.exports = {
|
||||
Autoprefixer
|
||||
]
|
||||
}
|
||||
})
|
||||
})*/
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user