mirror of https://github.com/sveltejs/svelte
sanitize filenames before SSRing - fixes #1005
parent
8efd1a923e
commit
774caf42ca
@ -0,0 +1 @@
|
|||||||
|
<p>foo!</p>
|
@ -0,0 +1 @@
|
|||||||
|
<p>foo!</p>
|
@ -0,0 +1,9 @@
|
|||||||
|
<Foo/>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import Foo from './@foo.html';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
components: { Foo }
|
||||||
|
};
|
||||||
|
</script>
|
Loading…
Reference in new issue