mirror of https://github.com/sveltejs/svelte
parent
a038f72fb3
commit
66caecd573
@ -1,7 +1,7 @@
|
||||
export default {
|
||||
compileOptions: {
|
||||
filename: 'src/components/FooSwitcher.svelte',
|
||||
scopeClass({ hash, name, filename }) {
|
||||
cssHash({ hash, name, filename }) {
|
||||
const minFilename = filename
|
||||
.split('/')
|
||||
.map(i => i.charAt(0).toLowerCase())
|
||||
Loading…
Reference in new issue